Html Css Color HEX #B486AF London Hue

📋 copy color: '#B486AF'

red 180 ◦ green 134 ◦ blue 175

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

Shades of London Hue #B486AF

Tints of London Hue #B486AF

RGB

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

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

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

R = 36.81%
G = 27.4%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B486AF (or 0xB486AF) is known color: London Hue. HEX triplet: B4, 86 and AF. RGB value is (180,134,175). Sum of RGB (Red+Green+Blue) = 180+134+175=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AF is #4B7950. Grayscale: #989898. Windows color (decimal): -4946257 or 11503284. OLE color: 11503284.

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

Color convert

RGB 180 134 175 -
CMYK 0 0.26 0.03 0.29
HSL 306.52º 0.23% 0.62% -
HSV(B) 306.52º 0.26% 0.71% -
XYZ 35.09 29.85 44.47 -
YUV 152.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 180 134 175 0 0.26 0.03 0.29 306.52 0.23 0.62
Hex B4 86 AF 0 1A 3 1D 133 17 3E
Octal 264 206 257 0 32 3 35 463 27 76
Binary 10110100 10000110 10101111 0 11010 11 11101 100110011 10111 111110

Color Harmonies of #B486AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486AF

Black with #B486AF

Text Example


Text Example

White with #B486AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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