#BB98C0

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

Shades of Lola #BB98C0

Tints of Lola #BB98C0

Color information

#BB98C0 (or 0xBB98C0) is unknown color: approx Lola. HEX triplet: BB, 98 and C0. RGB value is (187,152,192). Sum of RGB (Red+Green+Blue) = 187+152+192=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98C0 is #44673F. Grayscale: #A6A6A6. Windows color (decimal): -4482880 or 12622011. OLE color: 12622011.

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

Color convert

RGB187152192-
CMYK0.030.2100.25
HSL292.5º24.1%67.45%-
HSV(B)292.5º20.83%75.29%-
XYZ41.2436.8354.8-
YUV167.02142.1142.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=35.22%
G=28.63%
B=36.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871521920.030.2100.25292.524.167.45
HexBB98C03150191241843
Octal27323030032503144430103
Binary1011101110011000110000001110101011001100100100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98C0; }

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

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

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

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

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

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

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

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