#BB99C4

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

Shades of Lola #BB99C4

Tints of Lola #BB99C4

Color information

#BB99C4 (or 0xBB99C4) is unknown color: approx Lola. HEX triplet: BB, 99 and C4. RGB value is (187,153,196). Sum of RGB (Red+Green+Blue) = 187+153+196=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C4 is #44663B. Grayscale: #A7A7A7. Windows color (decimal): -4482620 or 12884411. OLE color: 12884411.

HSL color Cylindrical-coordinate representation of color #BB99C4: hue angle of 287.44º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB99C4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187153196-
CMYK0.050.2200.23
HSL287.44º26.71%68.43%-
HSV(B)287.44º21.94%76.86%-
XYZ41.8537.3357.22-
YUV168.07143.76141.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=34.89%
G=28.54%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871531960.050.2200.23287.4426.7168.43
HexBB99C451601711f1b44
Octal27323130452602743733104
Binary10111011100110011100010010110110010111100011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99C4; }

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

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

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

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

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

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

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

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