#B490AD

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

Shades of London Hue #B490AD

Tints of London Hue #B490AD

Color information

#B490AD (or 0xB490AD) is unknown color: approx London Hue. HEX triplet: B4, 90 and AD. RGB value is (180,144,173). Sum of RGB (Red+Green+Blue) = 180+144+173=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AD is #4B6F52. Grayscale: #9D9D9D. Windows color (decimal): -4943699 or 11374772. OLE color: 11374772.

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

Color convert

RGB180144173-
CMYK00.20.040.29
HSL311.67º19.35%63.53%-
HSV(B)311.67º20%70.59%-
XYZ36.3432.6743.93-
YUV158.07136.43143.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=36.22%
G=28.97%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014417300.20.040.29311.6719.3563.53
HexB490AD01441D1381340
Octal26422025502443547023100
Binary10110100100100001010110101010010011101100111000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490AD; }

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

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

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

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

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

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

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

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