#B087BA

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

Shades of East Side #B087BA

Tints of East Side #B087BA

Color information

#B087BA (or 0xB087BA) is unknown color: approx East Side. HEX triplet: B0, 87 and BA. RGB value is (176,135,186). Sum of RGB (Red+Green+Blue) = 176+135+186=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B087BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087BA is #4F7845. Grayscale: #989898. Windows color (decimal): -5208134 or 12224432. OLE color: 12224432.

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

Color convert

RGB176135186-
CMYK0.050.2700.27
HSL288.24º26.98%62.94%-
HSV(B)288.24º27.42%72.94%-
XYZ35.4330.150.4-
YUV153.07146.58144.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=35.41%
G=27.16%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761351860.050.2700.27288.2426.9862.94
HexB087BA51B01B1201b3f
Octal2602072725330334403377
Binary1011000010000111101110101011101101101110010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087BA; }

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

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

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

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

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

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

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

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