#BB89BB

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

Shades of London Hue #BB89BB

Tints of London Hue #BB89BB

Color information

#BB89BB (or 0xBB89BB) is unknown color: approx London Hue. HEX triplet: BB, 89 and BB. RGB value is (187,137,187). Sum of RGB (Red+Green+Blue) = 187+137+187=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89BB is #447644. Grayscale: #9D9D9D. Windows color (decimal): -4486725 or 12290491. OLE color: 12290491.

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

Color convert

RGB187137187-
CMYK00.2700.27
HSL300º26.88%63.53%-
HSV(B)300º26.74%73.33%-
XYZ38.4132.0451.17-
YUV157.65144.56148.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=36.59%
G=26.81%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713718700.2700.2730026.8863.53
HexBB89BB01B01B12c1b40
Octal27321127303303345433100
Binary101110111000100110111011011011011011100101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89BB; }

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

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

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

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

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

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

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

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