#BD96BB

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

Shades of Lilac #BD96BB

Tints of Lilac #BD96BB

Color information

#BD96BB (or 0xBD96BB) is unknown color: approx Lilac. HEX triplet: BD, 96 and BB. RGB value is (189,150,187). Sum of RGB (Red+Green+Blue) = 189+150+187=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BB is #426944. Grayscale: #A5A5A5. Windows color (decimal): -4352325 or 12293821. OLE color: 12293821.

HSL color Cylindrical-coordinate representation of color #BD96BB: hue angle of 303.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD96BB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189150187-
CMYK00.210.010.26
HSL303.08º22.81%66.47%-
HSV(B)303.08º20.63%74.12%-
XYZ40.8636.2251.85-
YUV165.88139.92144.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=35.93%
G=28.52%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915018700.210.010.26303.0822.8166.47
HexBD96BB01511A12f1742
Octal27522627302513245727102
Binary101111011001011010111011010101111010100101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96BB; }

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

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

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

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

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

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

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

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