#BD9DBA

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

Shades of Lilac #BD9DBA

Tints of Lilac #BD9DBA

Color information

#BD9DBA (or 0xBD9DBA) is unknown color: approx Lilac. HEX triplet: BD, 9D and BA. RGB value is (189,157,186). Sum of RGB (Red+Green+Blue) = 189+157+186=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBA is #426245. Grayscale: #A9A9A9. Windows color (decimal): -4350534 or 12230077. OLE color: 12230077.

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

Color convert

RGB189157186-
CMYK00.170.020.26
HSL305.62º19.51%67.84%-
HSV(B)305.62º16.93%74.12%-
XYZ41.9138.4851.67-
YUV169.87137.1141.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=35.53%
G=29.51%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915718600.170.020.26305.6219.5167.84
HexBD9DBA01121A1321444
Octal27523527202123246224104
Binary1011110110011101101110100100011011010100110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DBA; }

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

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

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

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

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

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

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

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