#BB89B0

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

Shades of London Hue #BB89B0

Tints of London Hue #BB89B0

Color information

#BB89B0 (or 0xBB89B0) is unknown color: approx London Hue. HEX triplet: BB, 89 and B0. RGB value is (187,137,176). Sum of RGB (Red+Green+Blue) = 187+137+176=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89B0 is #44764F. Grayscale: #9C9C9C. Windows color (decimal): -4486736 or 11569595. OLE color: 11569595.

HSL color Cylindrical-coordinate representation of color #BB89B0: hue angle of 313.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB89B0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187137176-
CMYK00.270.060.27
HSL313.2º26.88%63.53%-
HSV(B)313.2º26.74%73.33%-
XYZ37.2831.5945.21-
YUV156.4139.06149.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=37.4%
G=27.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717600.270.060.27313.226.8863.53
HexBB89B001B61B1391b40
Octal27321126003363347133100
Binary10111011100010011011000001101111011011100111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89B0; }

 p { color: rgb(187,137,176); }

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

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

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

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

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

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

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