#BB88AA

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

Shades of London Hue #BB88AA

Tints of London Hue #BB88AA

Color information

#BB88AA (or 0xBB88AA) is unknown color: approx London Hue. HEX triplet: BB, 88 and AA. RGB value is (187,136,170). Sum of RGB (Red+Green+Blue) = 187+136+170=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AA is #447755. Grayscale: #9B9B9B. Windows color (decimal): -4486998 or 11176123. OLE color: 11176123.

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

Color convert

RGB187136170-
CMYK00.270.090.27
HSL320º27.27%63.33%-
HSV(B)320º27.27%73.33%-
XYZ36.5531.0842.1-
YUV155.12136.4150.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713617000.270.090.2732027.2763.33
HexBB88AA01B91B1401b3f
Octal27321025203311335003377
Binary10111011100010001010101001101110011101110100000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88AA; }

 p { color: rgb(187,136,170); }

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

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

 a { background-color: rgb(187,136,170); }

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

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

 span { border-color: rgb(187,136,170); }

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