#BB97C4

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

Shades of Lola #BB97C4

Tints of Lola #BB97C4

Color information

#BB97C4 (or 0xBB97C4) is unknown color: approx Lola. HEX triplet: BB, 97 and C4. RGB value is (187,151,196). Sum of RGB (Red+Green+Blue) = 187+151+196=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB97C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C4 is #44683B. Grayscale: #A6A6A6. Windows color (decimal): -4483132 or 12883899. OLE color: 12883899.

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

Color convert

RGB187151196-
CMYK0.050.2300.23
HSL288º27.61%68.04%-
HSV(B)288º22.96%76.86%-
XYZ41.5236.6857.12-
YUV166.89144.43142.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=35.02%
G=28.28%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871511960.050.2300.2328827.6168.04
HexBB97C45170171201c44
Octal27322730452702744034104
Binary10111011100101111100010010110111010111100100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97C4; }

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

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

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

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

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

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

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

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