#BB96BC

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

Shades of Lilac #BB96BC

Tints of Lilac #BB96BC

Color information

#BB96BC (or 0xBB96BC) is unknown color: approx Lilac. HEX triplet: BB, 96 and BC. RGB value is (187,150,188). Sum of RGB (Red+Green+Blue) = 187+150+188=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BC is #446943. Grayscale: #A5A5A5. Windows color (decimal): -4483396 or 12359355. OLE color: 12359355.

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

Color convert

RGB187150188-
CMYK0.010.2000.26
HSL298.42º22.09%66.27%-
HSV(B)298.42º20.21%73.73%-
XYZ40.4836.0152.39-
YUV165.4140.76143.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=35.62%
G=28.57%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871501880.010.2000.26298.4222.0966.27
HexBB96BC11401A12a1642
Octal27322627412403245226102
Binary101110111001011010111100110100011010100101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96BC; }

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

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

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

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

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

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

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

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