#B490AE

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

Shades of London Hue #B490AE

Tints of London Hue #B490AE

Color information

#B490AE (or 0xB490AE) is unknown color: approx London Hue. HEX triplet: B4, 90 and AE. RGB value is (180,144,174). Sum of RGB (Red+Green+Blue) = 180+144+174=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AE is #4B6F51. Grayscale: #9E9E9E. Windows color (decimal): -4943698 or 11440308. OLE color: 11440308.

HSL color Cylindrical-coordinate representation of color #B490AE: hue angle of 310º degrees, saturation: 0.19, 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 #B490AE is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180144174-
CMYK00.20.030.29
HSL310º19.35%63.53%-
HSV(B)310º20%70.59%-
XYZ36.4432.7144.44-
YUV158.18136.93143.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=36.14%
G=28.92%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014417400.20.030.2931019.3563.53
HexB490AE01431D1361340
Octal26422025602433546623100
Binary1011010010010000101011100101001111101100110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490AE; }

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

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

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

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

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

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

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

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