#BD9CBF

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

Shades of Lilac #BD9CBF

Tints of Lilac #BD9CBF

Color information

#BD9CBF (or 0xBD9CBF) is unknown color: approx Lilac. HEX triplet: BD, 9C and BF. RGB value is (189,156,191). Sum of RGB (Red+Green+Blue) = 189+156+191=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBF is #426340. Grayscale: #A9A9A9. Windows color (decimal): -4350785 or 12557501. OLE color: 12557501.

HSL color Cylindrical-coordinate representation of color #BD9CBF: hue angle of 296.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9CBF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189156191-
CMYK0.010.1800.25
HSL296.57º21.47%68.04%-
HSV(B)296.57º18.32%74.9%-
XYZ42.2838.3654.47-
YUV169.86139.93141.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 191 (75% from 255) = 35.63%
R=35.26%
G=29.10%
B=35.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891561910.010.1800.25296.5721.4768.04
HexBD9CBF1120191291544
Octal27523427712203145125104
Binary101111011001110010111111110010011001100101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CBF; }

 p { color: rgb(189,156,191); }

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

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

 a { background-color: rgb(189,156,191); }

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

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

 span { border-color: rgb(189,156,191); }

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