Html Css Color HEX #B986B9 London Hue

📋 copy color: '#B986B9'

red 185 ◦ green 134 ◦ blue 185

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

Shades of London Hue #B986B9

Tints of London Hue #B986B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 36.71%
G = 26.59%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B986B9 (or 0xB986B9) is known color: London Hue. HEX triplet: B9, 86 and B9. RGB value is (185,134,185). Sum of RGB (Red+Green+Blue) = 185+134+185=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B986B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986B9 is #467946. Grayscale: #9A9A9A. Windows color (decimal): -4618567 or 12158649. OLE color: 12158649.

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

Color convert

RGB 185 134 185 -
CMYK 0 0.28 0 0.27
HSL 300º 0.27% 0.63% -
HSV(B) 300º 0.28% 0.73% -
XYZ 37.29 30.87 49.89 -
YUV 155.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 185 134 185 0 0.28 0 0.27 300 0.27 0.63
Hex B9 86 B9 0 1C 0 1B 12C 1B 3F
Octal 271 206 271 0 34 0 33 454 33 77
Binary 10111001 10000110 10111001 0 11100 0 11011 100101100 11011 111111

Color Harmonies of #B986B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986B9

Black with #B986B9

Text Example


Text Example

White with #B986B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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