#BD9FBC

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

Shades of Lilac #BD9FBC

Tints of Lilac #BD9FBC

Color information

#BD9FBC (or 0xBD9FBC) is unknown color: approx Lilac. HEX triplet: BD, 9F and BC. RGB value is (189,159,188). Sum of RGB (Red+Green+Blue) = 189+159+188=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FBC is #426043. Grayscale: #ABABAB. Windows color (decimal): -4350020 or 12361661. OLE color: 12361661.

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

Color convert

RGB189159188-
CMYK00.160.010.26
HSL302º18.52%68.24%-
HSV(B)302º15.87%74.12%-
XYZ42.4639.2552.91-
YUV171.28137.44140.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=35.26%
G=29.66%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915918800.160.010.2630218.5268.24
HexBD9FBC01011A12e1344
Octal27523727402013245623104
Binary101111011001111110111100010000111010100101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FBC; }

 p { color: rgb(189,159,188); }

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

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

 a { background-color: rgb(189,159,188); }

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

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

 span { border-color: rgb(189,159,188); }

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