#B490AF

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

Shades of London Hue #B490AF

Tints of London Hue #B490AF

Color information

#B490AF (or 0xB490AF) is unknown color: approx London Hue. HEX triplet: B4, 90 and AF. RGB value is (180,144,175). Sum of RGB (Red+Green+Blue) = 180+144+175=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AF is #4B6F50. Grayscale: #9E9E9E. Windows color (decimal): -4943697 or 11505844. OLE color: 11505844.

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

Color convert

RGB180144175-
CMYK00.20.030.29
HSL308.33º19.35%63.53%-
HSV(B)308.33º20%70.59%-
XYZ36.5332.7444.95-
YUV158.3137.43143.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=36.07%
G=28.86%
B=35.07%

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
Decimal18014417500.20.030.29308.3319.3563.53
HexB490AF01431D1341340
Octal26422025702433546423100
Binary1011010010010000101011110101001111101100110100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490AF; }

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

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

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

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

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

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

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

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