#B989A9

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

Shades of London Hue #B989A9

Tints of London Hue #B989A9

Color information

#B989A9 (or 0xB989A9) is unknown color: approx London Hue. HEX triplet: B9, 89 and A9. RGB value is (185,137,169). Sum of RGB (Red+Green+Blue) = 185+137+169=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B989A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989A9 is #467656. Grayscale: #9A9A9A. Windows color (decimal): -4617815 or 11110841. OLE color: 11110841.

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

Color convert

RGB185137169-
CMYK00.260.090.27
HSL320º25.53%63.14%-
HSV(B)320º25.95%72.55%-
XYZ36.1131.0741.63-
YUV155135.9149.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=37.68%
G=27.90%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513716900.260.090.2732025.5363.14
HexB989A901A91B1401a3f
Octal27121125103211335003277
Binary10111001100010011010100101101010011101110100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989A9; }

 p { color: rgb(185,137,169); }

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

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

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

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

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

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

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