Html Css Color HEX #B486AC London Hue

📋 copy color: '#B486AC'

red 180 ◦ green 134 ◦ blue 172

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

Shades of London Hue #B486AC

Tints of London Hue #B486AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 37.04%
G = 27.57%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B486AC (or 0xB486AC) is known color: London Hue. HEX triplet: B4, 86 and AC. RGB value is (180,134,172). Sum of RGB (Red+Green+Blue) = 180+134+172=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B486AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486AC is #4B7953. Grayscale: #979797. Windows color (decimal): -4946260 or 11306676. OLE color: 11306676.

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

Color convert

RGB 180 134 172 -
CMYK 0 0.26 0.04 0.29
HSL 310.43º 0.23% 0.62% -
HSV(B) 310.43º 0.26% 0.71% -
XYZ 34.79 29.73 42.93 -
YUV 152.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 180 134 172 0 0.26 0.04 0.29 310.43 0.23 0.62
Hex B4 86 AC 0 1A 4 1D 136 17 3E
Octal 264 206 254 0 32 4 35 466 27 76
Binary 10110100 10000110 10101100 0 11010 100 11101 100110110 10111 111110

Color Harmonies of #B486AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486AC

Black with #B486AC

Text Example


Text Example

White with #B486AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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