#BC99BB

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

Shades of Lilac #BC99BB

Tints of Lilac #BC99BB

Color information

#BC99BB (or 0xBC99BB) is unknown color: approx Lilac. HEX triplet: BC, 99 and BB. RGB value is (188,153,187). Sum of RGB (Red+Green+Blue) = 188+153+187=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BB is #436644. Grayscale: #A7A7A7. Windows color (decimal): -4417093 or 12294588. OLE color: 12294588.

HSL color Cylindrical-coordinate representation of color #BC99BB: hue angle of 301.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99BB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188153187-
CMYK00.190.010.26
HSL301.71º20.71%66.86%-
HSV(B)301.71º18.62%73.73%-
XYZ41.137.0652-
YUV167.34139.1142.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=35.61%
G=28.98%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815318700.190.010.26301.7120.7166.86
HexBC99BB01311A12e1543
Octal27423127302313245625103
Binary101111001001100110111011010011111010100101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99BB; }

 p { color: rgb(188,153,187); }

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

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

 a { background-color: rgb(188,153,187); }

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

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

 span { border-color: rgb(188,153,187); }

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