#B087C9

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

Shades of East Side #B087C9

Tints of East Side #B087C9

Color information

#B087C9 (or 0xB087C9) is unknown color: approx East Side. HEX triplet: B0, 87 and C9. RGB value is (176,135,201). Sum of RGB (Red+Green+Blue) = 176+135+201=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #B087C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087C9 is #4F7836. Grayscale: #9A9A9A. Windows color (decimal): -5208119 or 13207472. OLE color: 13207472.

HSL color Cylindrical-coordinate representation of color #B087C9: hue angle of 277.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B087C9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176135201-
CMYK0.120.3300.21
HSL277.27º37.93%65.88%-
HSV(B)277.27º32.84%78.82%-
XYZ37.1130.7859.24-
YUV154.78154.08143.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=34.38%
G=26.37%
B=39.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761352010.120.3300.21277.2737.9365.88
HexB087C9C210151152642
Octal260207311144102542546102
Binary10110000100001111100100111001000010101011000101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087C9; }

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

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

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

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

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

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

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

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