#BB97C3

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

Shades of Lola #BB97C3

Tints of Lola #BB97C3

Color information

#BB97C3 (or 0xBB97C3) is unknown color: approx Lola. HEX triplet: BB, 97 and C3. RGB value is (187,151,195). Sum of RGB (Red+Green+Blue) = 187+151+195=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB97C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C3 is #44683C. Grayscale: #A6A6A6. Windows color (decimal): -4483133 or 12818363. OLE color: 12818363.

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

Color convert

RGB187151195-
CMYK0.040.2300.24
HSL289.09º26.83%67.84%-
HSV(B)289.09º22.56%76.47%-
XYZ41.4136.6456.52-
YUV166.78143.93142.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=35.08%
G=28.33%
B=36.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871511950.040.2300.24289.0926.8367.84
HexBB97C34170181211b44
Octal27322730342703044133104
Binary10111011100101111100001110010111011000100100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97C3; }

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

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

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

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

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

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

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

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