#BD9EBB

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

Shades of Lilac #BD9EBB

Tints of Lilac #BD9EBB

Color information

#BD9EBB (or 0xBD9EBB) is unknown color: approx Lilac. HEX triplet: BD, 9E and BB. RGB value is (189,158,187). Sum of RGB (Red+Green+Blue) = 189+158+187=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EBB is #426144. Grayscale: #AAAAAA. Windows color (decimal): -4350277 or 12295869. OLE color: 12295869.

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

Color convert

RGB189158187-
CMYK00.160.010.26
HSL303.87º19.02%68.04%-
HSV(B)303.87º16.4%74.12%-
XYZ42.1838.8652.29-
YUV170.58137.27141.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=35.39%
G=29.59%
B=35.02%

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
Decimal18915818700.160.010.26303.8719.0268.04
HexBD9EBB01011A1301344
Octal27523627302013246023104
Binary101111011001111010111011010000111010100110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EBB; }

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

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

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

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

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

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

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

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