#B489A7

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

Shades of London Hue #B489A7

Tints of London Hue #B489A7

Color information

#B489A7 (or 0xB489A7) is unknown color: approx London Hue. HEX triplet: B4, 89 and A7. RGB value is (180,137,167). Sum of RGB (Red+Green+Blue) = 180+137+167=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B489A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489A7 is #4B7658. Grayscale: #999999. Windows color (decimal): -4945497 or 10979764. OLE color: 10979764.

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

Color convert

RGB180137167-
CMYK00.240.070.29
HSL318.14º22.28%62.16%-
HSV(B)318.14º23.89%70.59%-
XYZ34.7430.3840.59-
YUV153.28135.75147.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=37.19%
G=28.31%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013716700.240.070.29318.1422.2862.16
HexB489A701871D13e163e
Octal2642112470307354762676
Binary1011010010001001101001110110001111110110011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489A7; }

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

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

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

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

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

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

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

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