#B086BA

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

Shades of East Side #B086BA

Tints of East Side #B086BA

Color information

#B086BA (or 0xB086BA) is unknown color: approx East Side. HEX triplet: B0, 86 and BA. RGB value is (176,134,186). Sum of RGB (Red+Green+Blue) = 176+134+186=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B086BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086BA is #4F7945. Grayscale: #989898. Windows color (decimal): -5208390 or 12224176. OLE color: 12224176.

HSL color Cylindrical-coordinate representation of color #B086BA: hue angle of 288.46º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B086BA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176134186-
CMYK0.050.2800.27
HSL288.46º27.37%62.75%-
HSV(B)288.46º27.96%72.94%-
XYZ35.2929.8350.35-
YUV152.49146.91144.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=35.48%
G=27.02%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761341860.050.2800.27288.4627.3762.75
HexB086BA51C01B1201b3f
Octal2602062725340334403377
Binary1011000010000110101110101011110001101110010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086BA; }

 p { color: rgb(176,134,186); }

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

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

 a { background-color: rgb(176,134,186); }

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

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

 span { border-color: rgb(176,134,186); }

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