Html Css Color HEX #B986B0 London Hue

📋 copy color: '#B986B0'

red 185 ◦ green 134 ◦ blue 176

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

Shades of London Hue #B986B0

Tints of London Hue #B986B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 37.37%
G = 27.07%
B = 35.56%

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

#B986B0 (or 0xB986B0) is known color: London Hue. HEX triplet: B9, 86 and B0. RGB value is (185,134,176). Sum of RGB (Red+Green+Blue) = 185+134+176=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B986B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986B0 is #46794F. Grayscale: #999999. Windows color (decimal): -4618576 or 11568825. OLE color: 11568825.

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

Color convert

RGB 185 134 176 -
CMYK 0 0.28 0.05 0.27
HSL 310.59º 0.27% 0.63% -
HSV(B) 310.59º 0.28% 0.73% -
XYZ 36.37 30.5 45.04 -
YUV 154.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 185 134 176 0 0.28 0.05 0.27 310.59 0.27 0.63
Hex B9 86 B0 0 1C 5 1B 137 1B 3F
Octal 271 206 260 0 34 5 33 467 33 77
Binary 10111001 10000110 10110000 0 11100 101 11011 100110111 11011 111111

Color Harmonies of #B986B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986B0

Black with #B986B0

Text Example


Text Example

White with #B986B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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