#BD9CBE

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

Shades of Lilac #BD9CBE

Tints of Lilac #BD9CBE

Color information

#BD9CBE (or 0xBD9CBE) is unknown color: approx Lilac. HEX triplet: BD, 9C and BE. RGB value is (189,156,190). Sum of RGB (Red+Green+Blue) = 189+156+190=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBE is #426341. Grayscale: #A9A9A9. Windows color (decimal): -4350786 or 12491965. OLE color: 12491965.

HSL color Cylindrical-coordinate representation of color #BD9CBE: hue angle of 298.24º 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 #BD9CBE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189156190-
CMYK0.010.1800.25
HSL298.24º20.73%67.84%-
HSV(B)298.24º17.89%74.51%-
XYZ42.1738.3153.89-
YUV169.74139.43141.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=35.33%
G=29.16%
B=35.51%

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
Decimal1891561900.010.1800.25298.2420.7367.84
HexBD9CBE11201912a1544
Octal27523427612203145225104
Binary101111011001110010111110110010011001100101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CBE; }

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

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

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

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

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

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

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

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