#B490AA

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

Shades of London Hue #B490AA

Tints of London Hue #B490AA

Color information

#B490AA (or 0xB490AA) is unknown color: approx London Hue. HEX triplet: B4, 90 and AA. RGB value is (180,144,170). Sum of RGB (Red+Green+Blue) = 180+144+170=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AA is #4B6F55. Grayscale: #9D9D9D. Windows color (decimal): -4943702 or 11178164. OLE color: 11178164.

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

Color convert

RGB180144170-
CMYK00.20.060.29
HSL316.67º19.35%63.53%-
HSV(B)316.67º20%70.59%-
XYZ36.0532.5542.41-
YUV157.73134.93143.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=36.44%
G=29.15%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014417000.20.060.29316.6719.3563.53
HexB490AA01461D13d1340
Octal26422025202463547523100
Binary10110100100100001010101001010011011101100111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490AA; }

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

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

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

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

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

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

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

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