#BB89AE

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

Shades of London Hue #BB89AE

Tints of London Hue #BB89AE

Color information

#BB89AE (or 0xBB89AE) is unknown color: approx London Hue. HEX triplet: BB, 89 and AE. RGB value is (187,137,174). Sum of RGB (Red+Green+Blue) = 187+137+174=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AE is #447651. Grayscale: #9C9C9C. Windows color (decimal): -4486738 or 11438523. OLE color: 11438523.

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

Color convert

RGB187137174-
CMYK00.270.070.27
HSL315.6º26.88%63.53%-
HSV(B)315.6º26.74%73.33%-
XYZ37.0831.5144.17-
YUV156.17138.06149.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=37.55%
G=27.51%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717400.270.070.27315.626.8863.53
HexBB89AE01B71B13c1b40
Octal27321125603373347433100
Binary10111011100010011010111001101111111011100111100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AE; }

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

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

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

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

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

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

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

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