#B889AE

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

Shades of London Hue #B889AE

Tints of London Hue #B889AE

Color information

#B889AE (or 0xB889AE) is unknown color: approx London Hue. HEX triplet: B8, 89 and AE. RGB value is (184,137,174). Sum of RGB (Red+Green+Blue) = 184+137+174=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B889AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889AE is #477651. Grayscale: #9B9B9B. Windows color (decimal): -4683346 or 11438520. OLE color: 11438520.

HSL color Cylindrical-coordinate representation of color #B889AE: hue angle of 312.77º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B889AE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184137174-
CMYK00.260.050.28
HSL312.77º24.87%62.94%-
HSV(B)312.77º25.54%72.16%-
XYZ36.3531.1444.14-
YUV155.27138.57148.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=37.17%
G=27.68%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413717400.260.050.28312.7724.8762.94
HexB889AE01A51C139193f
Octal2702112560325344713177
Binary1011100010001001101011100110101011110010011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889AE; }

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

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

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

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

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

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

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

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