#B986BF

Color #B986BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B986BF

Tints of East Side #B986BF

Color information

#B986BF (or 0xB986BF) is unknown color: approx East Side. HEX triplet: B9, 86 and BF. RGB value is (185,134,191). Sum of RGB (Red+Green+Blue) = 185+134+191=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #B986BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986BF is #467940. Grayscale: #9B9B9B. Windows color (decimal): -4618561 or 12551865. OLE color: 12551865.

HSL color Cylindrical-coordinate representation of color #B986BF: hue angle of 293.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B986BF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185134191-
CMYK0.030.3000.25
HSL293.68º30.81%63.73%-
HSV(B)293.68º29.84%74.9%-
XYZ37.9431.1353.3-
YUV155.75147.9148.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 191 (75% from 255) = 37.45%
R=36.27%
G=26.27%
B=37.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851341910.030.3000.25293.6830.8163.73
HexB986BF31E0191261f40
Octal27120627733603144637100
Binary1011100110000110101111111111110011001100100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986BF; }

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

 H1.HeaderClassName
 {
   color: #B986BF;
 }
 .AnyTagClassName
 {
   color: #B986BF;
 }
</style>
background-color css

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

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

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

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

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

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