Html Css Color HEX #B986BD London Hue

📋 copy color: '#B986BD'

red 185 ◦ green 134 ◦ blue 189

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

Shades of London Hue #B986BD

Tints of London Hue #B986BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 36.42%
G = 26.38%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B986BD (or 0xB986BD) is known color: London Hue. HEX triplet: B9, 86 and BD. RGB value is (185,134,189). Sum of RGB (Red+Green+Blue) = 185+134+189=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #B986BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986BD is #467942. Grayscale: #9B9B9B. Windows color (decimal): -4618563 or 12420793. OLE color: 12420793.

HSL color Cylindrical-coordinate representation of color #B986BD: hue angle of 295.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B986BD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 134 189 -
CMYK 0.02 0.29 0 0.26
HSL 295.64º 0.29% 0.63% -
HSV(B) 295.64º 0.29% 0.74% -
XYZ 37.72 31.04 52.15 -
YUV 155.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 185 134 189 0.02 0.29 0 0.26 295.64 0.29 0.63
Hex B9 86 BD 2 1D 0 1A 128 1D 3F
Octal 271 206 275 2 35 0 32 450 35 77
Binary 10111001 10000110 10111101 10 11101 0 11010 100101000 11101 111111

Color Harmonies of #B986BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986BD

Black with #B986BD

Text Example


Text Example

White with #B986BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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