#BDA6BB

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

Shades of Lilac #BDA6BB

Tints of Lilac #BDA6BB

Color information

#BDA6BB (or 0xBDA6BB) is unknown color: approx Lilac. HEX triplet: BD, A6 and BB. RGB value is (189,166,187). Sum of RGB (Red+Green+Blue) = 189+166+187=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6BB is #425944. Grayscale: #AFAFAF. Windows color (decimal): -4348229 or 12297917. OLE color: 12297917.

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

Color convert

RGB189166187-
CMYK00.120.010.26
HSL305.22º14.84%69.61%-
HSV(B)305.22º12.17%74.12%-
XYZ43.5941.6852.76-
YUV175.27134.62137.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=34.87%
G=30.63%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916618700.120.010.26305.2214.8469.61
HexBDA6BB0C11A131f46
Octal27524627301413246117106
Binary1011110110100110101110110110011101010011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6BB; }

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

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

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

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

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

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

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

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