Html Css Color HEX #B986AF London Hue

📋 copy color: '#B986AF'

red 185 ◦ green 134 ◦ blue 175

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

Shades of London Hue #B986AF

Tints of London Hue #B986AF

RGB

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

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

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

R = 37.45%
G = 27.13%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B986AF (or 0xB986AF) is known color: London Hue. HEX triplet: B9, 86 and AF. RGB value is (185,134,175). Sum of RGB (Red+Green+Blue) = 185+134+175=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AF is #467950. Grayscale: #999999. Windows color (decimal): -4618577 or 11503289. OLE color: 11503289.

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

Color convert

RGB 185 134 175 -
CMYK 0 0.28 0.05 0.27
HSL 311.76º 0.27% 0.63% -
HSV(B) 311.76º 0.28% 0.73% -
XYZ 36.27 30.46 44.53 -
YUV 153.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 185 134 175 0 0.28 0.05 0.27 311.76 0.27 0.63
Hex B9 86 AF 0 1C 5 1B 138 1B 3F
Octal 271 206 257 0 34 5 33 470 33 77
Binary 10111001 10000110 10101111 0 11100 101 11011 100111000 11011 111111

Color Harmonies of #B986AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986AF

Black with #B986AF

Text Example


Text Example

White with #B986AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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