#BD96BC

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

Shades of Lilac #BD96BC

Tints of Lilac #BD96BC

Color information

#BD96BC (or 0xBD96BC) is unknown color: approx Lilac. HEX triplet: BD, 96 and BC. RGB value is (189,150,188). Sum of RGB (Red+Green+Blue) = 189+150+188=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BC is #426943. Grayscale: #A5A5A5. Windows color (decimal): -4352324 or 12359357. OLE color: 12359357.

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

Color convert

RGB189150188-
CMYK00.210.010.26
HSL301.54º22.81%66.47%-
HSV(B)301.54º20.63%74.12%-
XYZ40.9736.2652.42-
YUV165.99140.42144.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=35.86%
G=28.46%
B=35.67%

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
Decimal18915018800.210.010.26301.5422.8166.47
HexBD96BC01511A12e1742
Octal27522627402513245627102
Binary101111011001011010111100010101111010100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96BC; }

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

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

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

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

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

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

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

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