#BB88B1

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

Shades of London Hue #BB88B1

Tints of London Hue #BB88B1

Color information

#BB88B1 (or 0xBB88B1) is unknown color: approx London Hue. HEX triplet: BB, 88 and B1. RGB value is (187,136,177). Sum of RGB (Red+Green+Blue) = 187+136+177=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88B1 is #44774E. Grayscale: #9B9B9B. Windows color (decimal): -4486991 or 11634875. OLE color: 11634875.

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

Color convert

RGB187136177-
CMYK00.270.050.27
HSL311.76º27.27%63.33%-
HSV(B)311.76º27.27%73.33%-
XYZ37.2331.3545.68-
YUV155.92139.9150.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=37.4%
G=27.2%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713617700.270.050.27311.7627.2763.33
HexBB88B101B51B1381b3f
Octal2732102610335334703377
Binary1011101110001000101100010110111011101110011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88B1; }

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

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

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

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

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

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

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

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