#B590AE

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

Shades of London Hue #B590AE

Tints of London Hue #B590AE

Color information

#B590AE (or 0xB590AE) is unknown color: approx London Hue. HEX triplet: B5, 90 and AE. RGB value is (181,144,174). Sum of RGB (Red+Green+Blue) = 181+144+174=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B590AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590AE is #4A6F51. Grayscale: #9E9E9E. Windows color (decimal): -4878162 or 11440309. OLE color: 11440309.

HSL color Cylindrical-coordinate representation of color #B590AE: hue angle of 311.35º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B590AE is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181144174-
CMYK00.200.040.29
HSL311.35º20%63.73%-
HSV(B)311.35º20.44%70.98%-
XYZ36.6732.8344.45-
YUV158.48136.76144.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=36.27%
G=28.86%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114417400.200.040.29311.352063.73
HexB590AE01441D1371440
Octal26522025602443546724100
Binary10110101100100001010111001010010011101100110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590AE; }

 p { color: rgb(181,144,174); }

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

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

 a { background-color: rgb(181,144,174); }

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

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

 span { border-color: rgb(181,144,174); }

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