Html Css Color HEX #B490AD London Hue

📋 copy color: '#B490AD'

red 180 ◦ green 144 ◦ blue 173

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

Shades of London Hue #B490AD

Tints of London Hue #B490AD

RGB

 RED value IS 180 (70.7% 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 value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B490AD (or 0xB490AD) is known color: 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

RGB 180 144 173 -
CMYK 0 0.2 0.04 0.29
HSL 311.67º 0.19% 0.64% -
HSV(B) 311.67º 0.2% 0.71% -
XYZ 36.34 32.67 43.93 -
YUV 158.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 180 144 173 0 0.2 0.04 0.29 311.67 0.19 0.64
Hex B4 90 AD 0 14 4 1D 138 13 40
Octal 264 220 255 0 24 4 35 470 23 100
Binary 10110100 10010000 10101101 0 10100 100 11101 100111000 10011 1000000

Color Harmonies of #B490AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490AD

Black with #B490AD

Text Example


Text Example

White with #B490AD

Text Example


Text Example

HTML Codes & Css Web 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>