#BB88AE

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

Shades of London Hue #BB88AE

Tints of London Hue #BB88AE

Color information

#BB88AE (or 0xBB88AE) is unknown color: approx London Hue. HEX triplet: BB, 88 and AE. RGB value is (187,136,174). Sum of RGB (Red+Green+Blue) = 187+136+174=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AE is #447751. Grayscale: #9B9B9B. Windows color (decimal): -4486994 or 11438267. OLE color: 11438267.

HSL color Cylindrical-coordinate representation of color #BB88AE: hue angle of 315.29º 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 #BB88AE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187136174-
CMYK00.270.070.27
HSL315.29º27.27%63.33%-
HSV(B)315.29º27.27%73.33%-
XYZ36.9431.2344.13-
YUV155.58138.4150.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=37.63%
G=27.36%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713617400.270.070.27315.2927.2763.33
HexBB88AE01B71B13b1b3f
Octal2732102560337334733377
Binary1011101110001000101011100110111111101110011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88AE; }

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

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

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

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

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

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

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

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