Html Css Color HEX #B490AF London Hue

📋 copy color: '#B490AF'

red 180 ◦ green 144 ◦ blue 175

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

Shades of London Hue #B490AF

Tints of London Hue #B490AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 36.07%
G = 28.86%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B490AF (or 0xB490AF) is known color: London Hue. HEX triplet: B4, 90 and AF. RGB value is (180,144,175). Sum of RGB (Red+Green+Blue) = 180+144+175=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490AF is #4B6F50. Grayscale: #9E9E9E. Windows color (decimal): -4943697 or 11505844. OLE color: 11505844.

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

Color convert

RGB 180 144 175 -
CMYK 0 0.2 0.03 0.29
HSL 308.33º 0.19% 0.64% -
HSV(B) 308.33º 0.2% 0.71% -
XYZ 36.53 32.74 44.95 -
YUV 158.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 180 144 175 0 0.2 0.03 0.29 308.33 0.19 0.64
Hex B4 90 AF 0 14 3 1D 134 13 40
Octal 264 220 257 0 24 3 35 464 23 100
Binary 10110100 10010000 10101111 0 10100 11 11101 100110100 10011 1000000

Color Harmonies of #B490AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490AF

Black with #B490AF

Text Example


Text Example

White with #B490AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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