#B490AC

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

Shades of London Hue #B490AC

Tints of London Hue #B490AC

Color information

#B490AC (or 0xB490AC) is unknown color: approx London Hue. HEX triplet: B4, 90 and AC. RGB value is (180,144,172). Sum of RGB (Red+Green+Blue) = 180+144+172=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AC is #4B6F53. Grayscale: #9D9D9D. Windows color (decimal): -4943700 or 11309236. OLE color: 11309236.

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

Color convert

RGB180144172-
CMYK00.20.040.29
HSL313.33º19.35%63.53%-
HSV(B)313.33º20%70.59%-
XYZ36.2432.6343.42-
YUV157.96135.93143.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=36.29%
G=29.03%
B=34.68%

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
Decimal18014417200.20.040.29313.3319.3563.53
HexB490AC01441D1391340
Octal26422025402443547123100
Binary10110100100100001010110001010010011101100111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490AC; }

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

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

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

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

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

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

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

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