#BB88AD

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

Shades of London Hue #BB88AD

Tints of London Hue #BB88AD

Color information

#BB88AD (or 0xBB88AD) is unknown color: approx London Hue. HEX triplet: BB, 88 and AD. RGB value is (187,136,173). Sum of RGB (Red+Green+Blue) = 187+136+173=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AD is #447752. Grayscale: #9B9B9B. Windows color (decimal): -4486995 or 11372731. OLE color: 11372731.

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

Color convert

RGB187136173-
CMYK00.270.070.27
HSL316.47º27.27%63.33%-
HSV(B)316.47º27.27%73.33%-
XYZ36.8431.1943.61-
YUV155.47137.9150.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=37.70%
G=27.42%
B=34.88%

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
Decimal18713617300.270.070.27316.4727.2763.33
HexBB88AD01B71B13c1b3f
Octal2732102550337334743377
Binary1011101110001000101011010110111111101110011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88AD; }

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

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

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

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

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

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

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

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