#B986CA

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

Shades of East Side #B986CA

Tints of East Side #B986CA

Color information

#B986CA (or 0xB986CA) is unknown color: approx East Side. HEX triplet: B9, 86 and CA. RGB value is (185,134,202). Sum of RGB (Red+Green+Blue) = 185+134+202=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B986CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986CA is #467935. Grayscale: #9C9C9C. Windows color (decimal): -4618550 or 13272761. OLE color: 13272761.

HSL color Cylindrical-coordinate representation of color #B986CA: hue angle of 285º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B986CA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185134202-
CMYK0.080.3400.21
HSL285º39.08%65.88%-
HSV(B)285º33.66%79.22%-
XYZ39.1931.6359.92-
YUV157153.4147.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=35.51%
G=25.72%
B=38.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851342020.080.3400.2128539.0865.88
HexB986CA82201511d2742
Octal271206312104202543547102
Binary10111001100001101100101010001000100101011000111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986CA; }

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

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

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

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

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

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

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

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