#B087C0

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

Shades of East Side #B087C0

Tints of East Side #B087C0

Color information

#B087C0 (or 0xB087C0) is unknown color: approx East Side. HEX triplet: B0, 87 and C0. RGB value is (176,135,192). Sum of RGB (Red+Green+Blue) = 176+135+192=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #B087C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087C0 is #4F783F. Grayscale: #999999. Windows color (decimal): -5208128 or 12617648. OLE color: 12617648.

HSL color Cylindrical-coordinate representation of color #B087C0: hue angle of 283.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B087C0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176135192-
CMYK0.080.3000.25
HSL283.16º31.15%64.12%-
HSV(B)283.16º29.69%75.29%-
XYZ36.0830.3653.83-
YUV153.76149.58143.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=34.99%
G=26.84%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761351920.080.3000.25283.1631.1564.12
HexB087C081E01911b1f40
Octal260207300103603143337100
Binary101100001000011111000000100011110011001100011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087C0; }

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

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

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

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

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

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

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

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