#B086BE

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

Shades of East Side #B086BE

Tints of East Side #B086BE

Color information

#B086BE (or 0xB086BE) is unknown color: approx East Side. HEX triplet: B0, 86 and BE. RGB value is (176,134,190). Sum of RGB (Red+Green+Blue) = 176+134+190=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #B086BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086BE is #4F7941. Grayscale: #989898. Windows color (decimal): -5208386 or 12486320. OLE color: 12486320.

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

Color convert

RGB176134190-
CMYK0.070.2900.25
HSL285º30.11%63.53%-
HSV(B)285º29.47%74.51%-
XYZ35.723052.62-
YUV152.94148.91144.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 190 (74.61% from 255) = 38%
R=35.2%
G=26.8%
B=38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761341900.070.2900.2528530.1163.53
HexB086BE71D01911d1e40
Octal26020627673503143536100
Binary10110000100001101011111011111101011001100011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086BE; }

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

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

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

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

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

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

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

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