#BD9CBB

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

Shades of Lilac #BD9CBB

Tints of Lilac #BD9CBB

Color information

#BD9CBB (or 0xBD9CBB) is unknown color: approx Lilac. HEX triplet: BD, 9C and BB. RGB value is (189,156,187). Sum of RGB (Red+Green+Blue) = 189+156+187=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBB is #426344. Grayscale: #A9A9A9. Windows color (decimal): -4350789 or 12295357. OLE color: 12295357.

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

Color convert

RGB189156187-
CMYK00.170.010.26
HSL303.64º20%67.65%-
HSV(B)303.64º17.46%74.12%-
XYZ41.8438.1852.18-
YUV169.4137.93141.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=35.53%
G=29.32%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915618700.170.010.26303.642067.65
HexBD9CBB01111A1301444
Octal27523427302113246024104
Binary101111011001110010111011010001111010100110000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CBB; }

 p { color: rgb(189,156,187); }

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

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

 a { background-color: rgb(189,156,187); }

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

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

 span { border-color: rgb(189,156,187); }

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