#B899C9

Color #B899C9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B899C9

Tints of East Side #B899C9

Color information

#B899C9 (or 0xB899C9) is unknown color: approx East Side. HEX triplet: B8, 99 and C9. RGB value is (184,153,201). Sum of RGB (Red+Green+Blue) = 184+153+201=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #B899C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899C9 is #476636. Grayscale: #A7A7A7. Windows color (decimal): -4679223 or 13212088. OLE color: 13212088.

HSL color Cylindrical-coordinate representation of color #B899C9: hue angle of 278.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B899C9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184153201-
CMYK0.080.2400.21
HSL278.75º30.77%69.41%-
HSV(B)278.75º23.88%78.82%-
XYZ41.737.1960.24-
YUV167.74146.77139.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=34.20%
G=28.44%
B=37.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841532010.080.2400.21278.7530.7769.41
HexB899C98180151171f45
Octal270231311103002542737105
Binary101110001001100111001001100011000010101100010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899C9; }

 p { color: rgb(184,153,201); }

 H1.HeaderClassName
 {
   color: #B899C9;
 }
 .AnyTagClassName
 {
   color: #B899C9;
 }
</style>
background-color css

<style>
 a { background-color: #B899C9; }

 a { background-color: rgb(184,153,201); }

 div.DivClassName
 {
   background-color: #B899C9;
 }
 .BgClassName
 {
   background-color: #B899C9;
 }
</style>
border-color css

<style>
 span { border-color: #B899C9; }

 span { border-color: rgb(184,153,201); }

 td.TdClassName
 {
   border-color: #B899C9;
 }
 .TagClassName
 {
   border-color: #B899C9;
 }
</style>