#BD9DBB

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

Shades of Lilac #BD9DBB

Tints of Lilac #BD9DBB

Color information

#BD9DBB (or 0xBD9DBB) is unknown color: approx Lilac. HEX triplet: BD, 9D and BB. RGB value is (189,157,187). Sum of RGB (Red+Green+Blue) = 189+157+187=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBB is #426244. Grayscale: #A9A9A9. Windows color (decimal): -4350533 or 12295613. OLE color: 12295613.

HSL color Cylindrical-coordinate representation of color #BD9DBB: hue angle of 303.75º 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 #BD9DBB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189157187-
CMYK00.170.010.26
HSL303.75º19.51%67.84%-
HSV(B)303.75º16.93%74.12%-
XYZ42.0138.5252.23-
YUV169.99137.6141.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=35.46%
G=29.46%
B=35.08%

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
Decimal18915718700.170.010.26303.7519.5167.84
HexBD9DBB01111A1301444
Octal27523527302113246024104
Binary101111011001110110111011010001111010100110000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DBB; }

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

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

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

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

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

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

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

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