Html Css Color HEX #B986AD London Hue

📋 copy color: '#B986AD'

red 185 ◦ green 134 ◦ blue 173

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

Shades of London Hue #B986AD

Tints of London Hue #B986AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 37.6%
G = 27.24%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B986AD (or 0xB986AD) is known color: London Hue. HEX triplet: B9, 86 and AD. RGB value is (185,134,173). Sum of RGB (Red+Green+Blue) = 185+134+173=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AD is #467952. Grayscale: #999999. Windows color (decimal): -4618579 or 11372217. OLE color: 11372217.

HSL color Cylindrical-coordinate representation of color #B986AD: hue angle of 314.12º 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 #B986AD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 173 -
CMYK 0 0.28 0.06 0.27
HSL 314.12º 0.27% 0.63% -
HSV(B) 314.12º 0.28% 0.73% -
XYZ 36.08 30.38 43.5 -
YUV 153.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 185 134 173 0 0.28 0.06 0.27 314.12 0.27 0.63
Hex B9 86 AD 0 1C 6 1B 13A 1B 3F
Octal 271 206 255 0 34 6 33 472 33 77
Binary 10111001 10000110 10101101 0 11100 110 11011 100111010 11011 111111

Color Harmonies of #B986AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986AD

Black with #B986AD

Text Example


Text Example

White with #B986AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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