Html Css Color HEX #B490AC London Hue

📋 copy color: '#B490AC'

red 180 ◦ green 144 ◦ blue 172

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

Shades of London Hue #B490AC

Tints of London Hue #B490AC

RGB

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

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

RGB 180 144 172 -
CMYK 0 0.2 0.04 0.29
HSL 313.33º 0.19% 0.64% -
HSV(B) 313.33º 0.2% 0.71% -
XYZ 36.24 32.63 43.42 -
YUV 157.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 180 144 172 0 0.2 0.04 0.29 313.33 0.19 0.64
Hex B4 90 AC 0 14 4 1D 139 13 40
Octal 264 220 254 0 24 4 35 471 23 100
Binary 10110100 10010000 10101100 0 10100 100 11101 100111001 10011 1000000

Color Harmonies of #B490AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490AC

Black with #B490AC

Text Example


Text Example

White with #B490AC

Text Example


Text Example

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