Html Css Color HEX #B486AA London Hue

📋 copy color: '#B486AA'

red 180 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B486AA

Tints of London Hue #B486AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.69%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 37.19%
G = 27.69%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B486AA (or 0xB486AA) is known color: London Hue. HEX triplet: B4, 86 and AA. RGB value is (180,134,170). Sum of RGB (Red+Green+Blue) = 180+134+170=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AA is #4B7955. Grayscale: #979797. Windows color (decimal): -4946262 or 11175604. OLE color: 11175604.

HSL color Cylindrical-coordinate representation of color #B486AA: hue angle of 313.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486AA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 170 -
CMYK 0 0.26 0.06 0.29
HSL 313.04º 0.23% 0.62% -
HSV(B) 313.04º 0.26% 0.71% -
XYZ 34.6 29.66 41.93 -
YUV 151.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 180 134 170 0 0.26 0.06 0.29 313.04 0.23 0.62
Hex B4 86 AA 0 1A 6 1D 139 17 3E
Octal 264 206 252 0 32 6 35 471 27 76
Binary 10110100 10000110 10101010 0 11010 110 11101 100111001 10111 111110

Color Harmonies of #B486AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486AA

Black with #B486AA

Text Example


Text Example

White with #B486AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486AA; }

 p { color: rgb(180,134,170); }

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

background-color css

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

 a { background-color: rgb(180,134,170); }

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

border-color css

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

 span { border-color: rgb(180,134,170); }

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