Html Css Color HEX #B490A9 London Hue

📋 copy color: '#B490A9'

red 180 ◦ green 144 ◦ blue 169

#B490A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B490A9

Tints of London Hue #B490A9

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 36.51%
G = 29.21%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B490A9 (or 0xB490A9) is known color: London Hue. HEX triplet: B4, 90 and A9. RGB value is (180,144,169). Sum of RGB (Red+Green+Blue) = 180+144+169=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B490A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490A9 is #4B6F56. Grayscale: #9D9D9D. Windows color (decimal): -4943703 or 11112628. OLE color: 11112628.

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

Color convert

RGB 180 144 169 -
CMYK 0 0.2 0.06 0.29
HSL 318.33º 0.19% 0.64% -
HSV(B) 318.33º 0.2% 0.71% -
XYZ 35.96 32.51 41.92 -
YUV 157.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 180 144 169 0 0.2 0.06 0.29 318.33 0.19 0.64
Hex B4 90 A9 0 14 6 1D 13E 13 40
Octal 264 220 251 0 24 6 35 476 23 100
Binary 10110100 10010000 10101001 0 10100 110 11101 100111110 10011 1000000

Color Harmonies of #B490A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490A9

Black with #B490A9

Text Example


Text Example

White with #B490A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490A9; }

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

 H1.HeaderClassName
 {
   color: #B490A9;
 }
 .AnyTagClassName
 {
   color: #B490A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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