Html Css Color HEX #B986BC London Hue

📋 copy color: '#B986BC'

red 185 ◦ green 134 ◦ blue 188

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

Shades of London Hue #B986BC

Tints of London Hue #B986BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 36.49%
G = 26.43%
B = 37.08%

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

#B986BC (or 0xB986BC) is known color: London Hue. HEX triplet: B9, 86 and BC. RGB value is (185,134,188). Sum of RGB (Red+Green+Blue) = 185+134+188=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #B986BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986BC is #467943. Grayscale: #9B9B9B. Windows color (decimal): -4618564 or 12355257. OLE color: 12355257.

HSL color Cylindrical-coordinate representation of color #B986BC: hue angle of 296.67º 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 #B986BC is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 134 188 -
CMYK 0.02 0.29 0 0.26
HSL 296.67º 0.29% 0.63% -
HSV(B) 296.67º 0.29% 0.74% -
XYZ 37.61 31 51.58 -
YUV 155.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 185 134 188 0.02 0.29 0 0.26 296.67 0.29 0.63
Hex B9 86 BC 2 1D 0 1A 129 1D 3F
Octal 271 206 274 2 35 0 32 451 35 77
Binary 10111001 10000110 10111100 10 11101 0 11010 100101001 11101 111111

Color Harmonies of #B986BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986BC

Black with #B986BC

Text Example


Text Example

White with #B986BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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