#BB88BB

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

Shades of London Hue #BB88BB

Tints of London Hue #BB88BB

Color information

#BB88BB (or 0xBB88BB) is unknown color: approx London Hue. HEX triplet: BB, 88 and BB. RGB value is (187,136,187). Sum of RGB (Red+Green+Blue) = 187+136+187=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88BB is #447744. Grayscale: #9C9C9C. Windows color (decimal): -4486981 or 12290235. OLE color: 12290235.

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

Color convert

RGB187136187-
CMYK00.2700.27
HSL300º27.27%63.33%-
HSV(B)300º27.27%73.33%-
XYZ38.2731.7651.13-
YUV157.06144.9149.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713618700.2700.2730027.2763.33
HexBB88BB01B01B12c1b3f
Octal2732102730330334543377
Binary10111011100010001011101101101101101110010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88BB; }

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

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

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

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

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

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

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

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