#BDA9BB

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

Shades of Lilac #BDA9BB

Tints of Lilac #BDA9BB

Color information

#BDA9BB (or 0xBDA9BB) is unknown color: approx Lilac. HEX triplet: BD, A9 and BB. RGB value is (189,169,187). Sum of RGB (Red+Green+Blue) = 189+169+187=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9BB is #425644. Grayscale: #B0B0B0. Windows color (decimal): -4347461 or 12298685. OLE color: 12298685.

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

Color convert

RGB189169187-
CMYK00.110.010.26
HSL306º13.16%70.2%-
HSV(B)306º10.58%74.12%-
XYZ44.1442.7852.94-
YUV177.03133.63136.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=34.68%
G=31.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916918700.110.010.2630613.1670.2
HexBDA9BB0B11A132d46
Octal27525127301313246215106
Binary1011110110101001101110110101111101010011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9BB; }

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

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

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

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

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

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

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

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