#B986BE

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

Shades of East Side #B986BE

Tints of East Side #B986BE

Color information

#B986BE (or 0xB986BE) is unknown color: approx East Side. HEX triplet: B9, 86 and BE. RGB value is (185,134,190). Sum of RGB (Red+Green+Blue) = 185+134+190=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #B986BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986BE is #467941. Grayscale: #9B9B9B. Windows color (decimal): -4618562 or 12486329. OLE color: 12486329.

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

Color convert

RGB185134190-
CMYK0.030.2900.25
HSL294.64º30.11%63.53%-
HSV(B)294.64º29.47%74.51%-
XYZ37.8331.0852.72-
YUV155.63147.4148.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=36.35%
G=26.33%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851341900.030.2900.25294.6430.1163.53
HexB986BE31D0191271e40
Octal27120627633503144736100
Binary1011100110000110101111101111101011001100100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986BE; }

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

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

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

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

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

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

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

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