#B99BC9

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

Shades of East Side #B99BC9

Tints of East Side #B99BC9

Color information

#B99BC9 (or 0xB99BC9) is unknown color: approx East Side. HEX triplet: B9, 9B and C9. RGB value is (185,155,201). Sum of RGB (Red+Green+Blue) = 185+155+201=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #B99BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BC9 is #466436. Grayscale: #A9A9A9. Windows color (decimal): -4613175 or 13212601. OLE color: 13212601.

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

Color convert

RGB185155201-
CMYK0.080.2300.21
HSL279.13º29.87%69.8%-
HSV(B)279.13º22.89%78.82%-
XYZ42.2737.9760.36-
YUV169.21145.94139.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=34.20%
G=28.65%
B=37.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851552010.080.2300.21279.1329.8769.8
HexB99BC98170151171e46
Octal271233311102702542736106
Binary101110011001101111001001100010111010101100010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BC9; }

 p { color: rgb(185,155,201); }

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

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

 a { background-color: rgb(185,155,201); }

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

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

 span { border-color: rgb(185,155,201); }

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