#BB99C3

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

Shades of Lola #BB99C3

Tints of Lola #BB99C3

Color information

#BB99C3 (or 0xBB99C3) is unknown color: approx Lola. HEX triplet: BB, 99 and C3. RGB value is (187,153,195). Sum of RGB (Red+Green+Blue) = 187+153+195=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB99C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C3 is #44663C. Grayscale: #A7A7A7. Windows color (decimal): -4482621 or 12818875. OLE color: 12818875.

HSL color Cylindrical-coordinate representation of color #BB99C3: hue angle of 288.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB99C3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187153195-
CMYK0.040.2200.24
HSL288.57º25.93%68.24%-
HSV(B)288.57º21.54%76.47%-
XYZ41.7437.2956.63-
YUV167.95143.26141.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=34.95%
G=28.60%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871531950.040.2200.24288.5725.9368.24
HexBB99C34160181211a44
Octal27323130342603044132104
Binary10111011100110011100001110010110011000100100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99C3; }

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

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

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

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

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

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

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

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