#BD9EBA

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

Shades of Lilac #BD9EBA

Tints of Lilac #BD9EBA

Color information

#BD9EBA (or 0xBD9EBA) is unknown color: approx Lilac. HEX triplet: BD, 9E and BA. RGB value is (189,158,186). Sum of RGB (Red+Green+Blue) = 189+158+186=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EBA is #426145. Grayscale: #AAAAAA. Windows color (decimal): -4350278 or 12230333. OLE color: 12230333.

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

Color convert

RGB189158186-
CMYK00.160.020.26
HSL305.81º19.02%68.04%-
HSV(B)305.81º16.4%74.12%-
XYZ42.0838.8251.73-
YUV170.46136.77141.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=35.46%
G=29.64%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915818600.160.020.26305.8119.0268.04
HexBD9EBA01021A1321344
Octal27523627202023246223104
Binary1011110110011110101110100100001011010100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EBA; }

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

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

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

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

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

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

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

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