#B989AE

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

Shades of London Hue #B989AE

Tints of London Hue #B989AE

Color information

#B989AE (or 0xB989AE) is unknown color: approx London Hue. HEX triplet: B9, 89 and AE. RGB value is (185,137,174). Sum of RGB (Red+Green+Blue) = 185+137+174=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B989AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989AE is #467651. Grayscale: #9B9B9B. Windows color (decimal): -4617810 or 11438521. OLE color: 11438521.

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

Color convert

RGB185137174-
CMYK00.260.060.27
HSL313.75º25.53%63.14%-
HSV(B)313.75º25.95%72.55%-
XYZ36.5931.2644.15-
YUV155.57138.4148.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=37.30%
G=27.62%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513717400.260.060.27313.7525.5363.14
HexB989AE01A61B13a1a3f
Octal2712112560326334723277
Binary1011100110001001101011100110101101101110011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989AE; }

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

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

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

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

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

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

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

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