#BB97C1

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

Shades of Lola #BB97C1

Tints of Lola #BB97C1

Color information

#BB97C1 (or 0xBB97C1) is unknown color: approx Lola. HEX triplet: BB, 97 and C1. RGB value is (187,151,193). Sum of RGB (Red+Green+Blue) = 187+151+193=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C1 is #44683E. Grayscale: #A6A6A6. Windows color (decimal): -4483135 or 12687291. OLE color: 12687291.

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

Color convert

RGB187151193-
CMYK0.030.2200.24
HSL291.43º25.3%67.45%-
HSV(B)291.43º21.76%75.69%-
XYZ41.1936.5555.34-
YUV166.55142.93142.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=35.22%
G=28.44%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871511930.030.2200.24291.4325.367.45
HexBB97C13160181231943
Octal27322730132603044331103
Binary1011101110010111110000011110110011000100100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97C1; }

 p { color: rgb(187,151,193); }

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

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

 a { background-color: rgb(187,151,193); }

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

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

 span { border-color: rgb(187,151,193); }

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