#B489AE

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

Shades of London Hue #B489AE

Tints of London Hue #B489AE

Color information

#B489AE (or 0xB489AE) is unknown color: approx London Hue. HEX triplet: B4, 89 and AE. RGB value is (180,137,174). Sum of RGB (Red+Green+Blue) = 180+137+174=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B489AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489AE is #4B7651. Grayscale: #999999. Windows color (decimal): -4945490 or 11438516. OLE color: 11438516.

HSL color Cylindrical-coordinate representation of color #B489AE: hue angle of 308.37º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B489AE is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180137174-
CMYK00.240.030.29
HSL308.37º22.28%62.16%-
HSV(B)308.37º23.89%70.59%-
XYZ35.4130.6544.09-
YUV154.08139.25146.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=36.66%
G=27.90%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013717400.240.030.29308.3722.2862.16
HexB489AE01831D134163e
Octal2642112560303354642676
Binary101101001000100110101110011000111110110011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489AE; }

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

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

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

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

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

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

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

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