Html Css Color HEX #B986AA London Hue

📋 copy color: '#B986AA'

red 185 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B986AA

Tints of London Hue #B986AA

RGB

 RED value IS 185 (72.66% from 255) = 37.83%

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

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

R = 37.83%
G = 27.4%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B986AA (or 0xB986AA) is known color: London Hue. HEX triplet: B9, 86 and AA. RGB value is (185,134,170). Sum of RGB (Red+Green+Blue) = 185+134+170=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AA is #467955. Grayscale: #999999. Windows color (decimal): -4618582 or 11175609. OLE color: 11175609.

HSL color Cylindrical-coordinate representation of color #B986AA: hue angle of 317.65º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B986AA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 170 -
CMYK 0 0.28 0.08 0.27
HSL 317.65º 0.27% 0.63% -
HSV(B) 317.65º 0.28% 0.73% -
XYZ 35.79 30.27 41.99 -
YUV 153.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 185 134 170 0 0.28 0.08 0.27 317.65 0.27 0.63
Hex B9 86 AA 0 1C 8 1B 13E 1B 3F
Octal 271 206 252 0 34 10 33 476 33 77
Binary 10111001 10000110 10101010 0 11100 1000 11011 100111110 11011 111111

Color Harmonies of #B986AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986AA

Black with #B986AA

Text Example


Text Example

White with #B986AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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