Html Css Color HEX #B986B3 London Hue

📋 copy color: '#B986B3'

red 185 ◦ green 134 ◦ blue 179

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

Shades of London Hue #B986B3

Tints of London Hue #B986B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 37.15%
G = 26.91%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B986B3 (or 0xB986B3) is known color: London Hue. HEX triplet: B9, 86 and B3. RGB value is (185,134,179). Sum of RGB (Red+Green+Blue) = 185+134+179=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B986B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986B3 is #46794C. Grayscale: #9A9A9A. Windows color (decimal): -4618573 or 11765433. OLE color: 11765433.

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

Color convert

RGB 185 134 179 -
CMYK 0 0.28 0.03 0.27
HSL 307.06º 0.27% 0.63% -
HSV(B) 307.06º 0.28% 0.73% -
XYZ 36.67 30.62 46.63 -
YUV 154.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 185 134 179 0 0.28 0.03 0.27 307.06 0.27 0.63
Hex B9 86 B3 0 1C 3 1B 133 1B 3F
Octal 271 206 263 0 34 3 33 463 33 77
Binary 10111001 10000110 10110011 0 11100 11 11011 100110011 11011 111111

Color Harmonies of #B986B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986B3

Black with #B986B3

Text Example


Text Example

White with #B986B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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