#BB88BE

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

Shades of London Hue #BB88BE

Tints of London Hue #BB88BE

Color information

#BB88BE (or 0xBB88BE) is unknown color: approx London Hue. HEX triplet: BB, 88 and BE. RGB value is (187,136,190). Sum of RGB (Red+Green+Blue) = 187+136+190=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88BE is #447741. Grayscale: #9D9D9D. Windows color (decimal): -4486978 or 12486843. OLE color: 12486843.

HSL color Cylindrical-coordinate representation of color #BB88BE: hue angle of 296.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB88BE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187136190-
CMYK0.020.2800.25
HSL296.67º29.35%63.92%-
HSV(B)296.67º28.42%74.51%-
XYZ38.5931.8952.84-
YUV157.4146.4149.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=36.45%
G=26.51%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871361900.020.2800.25296.6729.3563.92
HexBB88BE21C0191291d40
Octal27321027623403145135100
Binary1011101110001000101111101011100011001100101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88BE; }

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

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

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

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

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

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

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

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