Html Css Color HEX #B490AB London Hue

📋 copy color: '#B490AB'

red 180 ◦ green 144 ◦ blue 171

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

Shades of London Hue #B490AB

Tints of London Hue #B490AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 36.36%
G = 29.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B490AB (or 0xB490AB) is known color: London Hue. HEX triplet: B4, 90 and AB. RGB value is (180,144,171). Sum of RGB (Red+Green+Blue) = 180+144+171=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AB is #4B6F54. Grayscale: #9D9D9D. Windows color (decimal): -4943701 or 11243700. OLE color: 11243700.

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

Color convert

RGB 180 144 171 -
CMYK 0 0.2 0.05 0.29
HSL 315º 0.19% 0.64% -
HSV(B) 315º 0.2% 0.71% -
XYZ 36.15 32.59 42.91 -
YUV 157.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 180 144 171 0 0.2 0.05 0.29 315 0.19 0.64
Hex B4 90 AB 0 14 5 1D 13B 13 40
Octal 264 220 253 0 24 5 35 473 23 100
Binary 10110100 10010000 10101011 0 10100 101 11101 100111011 10011 1000000

Color Harmonies of #B490AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490AB

Black with #B490AB

Text Example


Text Example

White with #B490AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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