#B086BD

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

Shades of East Side #B086BD

Tints of East Side #B086BD

Color information

#B086BD (or 0xB086BD) is unknown color: approx East Side. HEX triplet: B0, 86 and BD. RGB value is (176,134,189). Sum of RGB (Red+Green+Blue) = 176+134+189=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B086BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086BD is #4F7942. Grayscale: #989898. Windows color (decimal): -5208387 or 12420784. OLE color: 12420784.

HSL color Cylindrical-coordinate representation of color #B086BD: hue angle of 285.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B086BD is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176134189-
CMYK0.070.2900.26
HSL285.82º29.41%63.33%-
HSV(B)285.82º29.1%74.12%-
XYZ35.6129.9552.05-
YUV152.83148.41144.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=35.27%
G=26.85%
B=37.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761341890.070.2900.26285.8229.4163.33
HexB086BD71D01A11e1d3f
Octal2602062757350324363577
Binary1011000010000110101111011111110101101010001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086BD; }

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

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

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

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

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

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

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

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