Html Css Color HEX #B486AB London Hue

📋 copy color: '#B486AB'

red 180 ◦ green 134 ◦ blue 171

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

Shades of London Hue #B486AB

Tints of London Hue #B486AB

RGB

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

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

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

R = 37.11%
G = 27.63%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B486AB (or 0xB486AB) is known color: London Hue. HEX triplet: B4, 86 and AB. RGB value is (180,134,171). Sum of RGB (Red+Green+Blue) = 180+134+171=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AB is #4B7954. Grayscale: #979797. Windows color (decimal): -4946261 or 11241140. OLE color: 11241140.

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

Color convert

RGB 180 134 171 -
CMYK 0 0.26 0.05 0.29
HSL 311.74º 0.23% 0.62% -
HSV(B) 311.74º 0.26% 0.71% -
XYZ 34.7 29.69 42.43 -
YUV 151.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 180 134 171 0 0.26 0.05 0.29 311.74 0.23 0.62
Hex B4 86 AB 0 1A 5 1D 138 17 3E
Octal 264 206 253 0 32 5 35 470 27 76
Binary 10110100 10000110 10101011 0 11010 101 11101 100111000 10111 111110

Color Harmonies of #B486AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486AB

Black with #B486AB

Text Example


Text Example

White with #B486AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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