#BD96BF

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

Shades of Lilac #BD96BF

Tints of Lilac #BD96BF

Color information

#BD96BF (or 0xBD96BF) is unknown color: approx Lilac. HEX triplet: BD, 96 and BF. RGB value is (189,150,191). Sum of RGB (Red+Green+Blue) = 189+150+191=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BF is #426940. Grayscale: #A6A6A6. Windows color (decimal): -4352321 or 12555965. OLE color: 12555965.

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

Color convert

RGB189150191-
CMYK0.010.2100.25
HSL297.07º24.26%66.86%-
HSV(B)297.07º21.47%74.9%-
XYZ41.336.3954.14-
YUV166.33141.92144.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 191 (75% from 255) = 36.04%
R=35.66%
G=28.30%
B=36.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891501910.010.2100.25297.0724.2666.86
HexBD96BF1150191291843
Octal27522627712503145130103
Binary101111011001011010111111110101011001100101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96BF; }

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

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

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

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

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

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

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

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