#BB97BA

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

Shades of London Hue #BB97BA

Tints of London Hue #BB97BA

Color information

#BB97BA (or 0xBB97BA) is unknown color: approx London Hue. HEX triplet: BB, 97 and BA. RGB value is (187,151,186). Sum of RGB (Red+Green+Blue) = 187+151+186=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97BA is #446845. Grayscale: #A5A5A5. Windows color (decimal): -4483142 or 12228539. OLE color: 12228539.

HSL color Cylindrical-coordinate representation of color #BB97BA: hue angle of 301.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB97BA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187151186-
CMYK00.190.010.27
HSL301.67º20.93%66.27%-
HSV(B)301.67º19.25%73.33%-
XYZ40.4236.2451.32-
YUV165.75139.43143.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=35.69%
G=28.82%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715118600.190.010.27301.6720.9366.27
HexBB97BA01311B12e1542
Octal27322727202313345625102
Binary101110111001011110111010010011111011100101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97BA; }

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

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

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

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

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

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

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

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