#BB99BC

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

Shades of Lilac #BB99BC

Tints of Lilac #BB99BC

Color information

#BB99BC (or 0xBB99BC) is unknown color: approx Lilac. HEX triplet: BB, 99 and BC. RGB value is (187,153,188). Sum of RGB (Red+Green+Blue) = 187+153+188=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BC is #446643. Grayscale: #A7A7A7. Windows color (decimal): -4482628 or 12360123. OLE color: 12360123.

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

Color convert

RGB187153188-
CMYK0.010.1900.26
HSL298.29º20.71%66.86%-
HSV(B)298.29º18.62%73.73%-
XYZ40.9636.9852.56-
YUV167.16139.76142.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=35.42%
G=28.98%
B=35.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871531880.010.1900.26298.2920.7166.86
HexBB99BC11301A12a1543
Octal27323127412303245225103
Binary101110111001100110111100110011011010100101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99BC; }

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

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

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

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

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

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

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

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