#BB89B5

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

Shades of London Hue #BB89B5

Tints of London Hue #BB89B5

Color information

#BB89B5 (or 0xBB89B5) is unknown color: approx London Hue. HEX triplet: BB, 89 and B5. RGB value is (187,137,181). Sum of RGB (Red+Green+Blue) = 187+137+181=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89B5 is #44764A. Grayscale: #9C9C9C. Windows color (decimal): -4486731 or 11897275. OLE color: 11897275.

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

Color convert

RGB187137181-
CMYK00.270.030.27
HSL307.2º26.88%63.53%-
HSV(B)307.2º26.74%73.33%-
XYZ37.7831.7947.86-
YUV156.97141.56149.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=37.03%
G=27.13%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713718100.270.030.27307.226.8863.53
HexBB89B501B31B1331b40
Octal27321126503333346333100
Binary1011101110001001101101010110111111011100110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89B5; }

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

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

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

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

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

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

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

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