#BD9CBA

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

Shades of Lilac #BD9CBA

Tints of Lilac #BD9CBA

Color information

#BD9CBA (or 0xBD9CBA) is unknown color: approx Lilac. HEX triplet: BD, 9C and BA. RGB value is (189,156,186). Sum of RGB (Red+Green+Blue) = 189+156+186=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBA is #426345. Grayscale: #A9A9A9. Windows color (decimal): -4350790 or 12229821. OLE color: 12229821.

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

Color convert

RGB189156186-
CMYK00.170.020.26
HSL305.45º20%67.65%-
HSV(B)305.45º17.46%74.12%-
XYZ41.7438.1451.62-
YUV169.29137.43142.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=35.59%
G=29.38%
B=35.03%

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
Decimal18915618600.170.020.26305.452067.65
HexBD9CBA01121A1311444
Octal27523427202123246124104
Binary1011110110011100101110100100011011010100110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CBA; }

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

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

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

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

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

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

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

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