#BB99C0

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

Shades of Lola #BB99C0

Tints of Lola #BB99C0

Color information

#BB99C0 (or 0xBB99C0) is unknown color: approx Lola. HEX triplet: BB, 99 and C0. RGB value is (187,153,192). Sum of RGB (Red+Green+Blue) = 187+153+192=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C0 is #44663F. Grayscale: #A7A7A7. Windows color (decimal): -4482624 or 12622267. OLE color: 12622267.

HSL color Cylindrical-coordinate representation of color #BB99C0: hue angle of 292.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB99C0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187153192-
CMYK0.030.2000.25
HSL292.31º23.64%67.65%-
HSV(B)292.31º20.31%75.29%-
XYZ41.437.1554.86-
YUV167.61141.76141.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=35.15%
G=28.76%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871531920.030.2000.25292.3123.6467.65
HexBB99C03140191241844
Octal27323130032403144430104
Binary1011101110011001110000001110100011001100100100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99C0; }

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

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

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

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

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

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

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

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