#B489A9

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

Shades of London Hue #B489A9

Tints of London Hue #B489A9

Color information

#B489A9 (or 0xB489A9) is unknown color: approx London Hue. HEX triplet: B4, 89 and A9. RGB value is (180,137,169). Sum of RGB (Red+Green+Blue) = 180+137+169=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B489A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489A9 is #4B7656. Grayscale: #999999. Windows color (decimal): -4945495 or 11110836. OLE color: 11110836.

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

Color convert

RGB180137169-
CMYK00.240.060.29
HSL315.35º22.28%62.16%-
HSV(B)315.35º23.89%70.59%-
XYZ34.9330.4641.57-
YUV153.5136.75146.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=37.04%
G=28.19%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013716900.240.060.29315.3522.2862.16
HexB489A901861D13b163e
Octal2642112510306354732676
Binary1011010010001001101010010110001101110110011101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489A9; }

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

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

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

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

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

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

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

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