Html Css Color HEX #B986AB London Hue

📋 copy color: '#B986AB'

red 185 ◦ green 134 ◦ blue 171

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

Shades of London Hue #B986AB

Tints of London Hue #B986AB

RGB

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

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

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

R = 37.76%
G = 27.35%
B = 34.9%

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

#B986AB (or 0xB986AB) is known color: London Hue. HEX triplet: B9, 86 and AB. RGB value is (185,134,171). Sum of RGB (Red+Green+Blue) = 185+134+171=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AB is #467954. Grayscale: #999999. Windows color (decimal): -4618581 or 11241145. OLE color: 11241145.

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

Color convert

RGB 185 134 171 -
CMYK 0 0.28 0.08 0.27
HSL 316.47º 0.27% 0.63% -
HSV(B) 316.47º 0.28% 0.73% -
XYZ 35.88 30.3 42.49 -
YUV 153.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 185 134 171 0 0.28 0.08 0.27 316.47 0.27 0.63
Hex B9 86 AB 0 1C 8 1B 13C 1B 3F
Octal 271 206 253 0 34 10 33 474 33 77
Binary 10111001 10000110 10101011 0 11100 1000 11011 100111100 11011 111111

Color Harmonies of #B986AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986AB

Black with #B986AB

Text Example


Text Example

White with #B986AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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