#BC9DBB

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

Shades of Lilac #BC9DBB

Tints of Lilac #BC9DBB

Color information

#BC9DBB (or 0xBC9DBB) is unknown color: approx Lilac. HEX triplet: BC, 9D and BB. RGB value is (188,157,187). Sum of RGB (Red+Green+Blue) = 188+157+187=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DBB is #436244. Grayscale: #A9A9A9. Windows color (decimal): -4416069 or 12295612. OLE color: 12295612.

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

Color convert

RGB188157187-
CMYK00.160.010.26
HSL301.94º18.79%67.65%-
HSV(B)301.94º16.49%73.73%-
XYZ41.7738.3952.22-
YUV169.69137.77141.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=35.34%
G=29.51%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815718700.160.010.26301.9418.7967.65
HexBC9DBB01011A12e1344
Octal27423527302013245623104
Binary101111001001110110111011010000111010100101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DBB; }

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

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

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

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

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

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

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

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