#B087BE

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

Shades of East Side #B087BE

Tints of East Side #B087BE

Color information

#B087BE (or 0xB087BE) is unknown color: approx East Side. HEX triplet: B0, 87 and BE. RGB value is (176,135,190). Sum of RGB (Red+Green+Blue) = 176+135+190=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #B087BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087BE is #4F7841. Grayscale: #999999. Windows color (decimal): -5208130 or 12486576. OLE color: 12486576.

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

Color convert

RGB176135190-
CMYK0.070.2900.25
HSL284.73º29.73%63.73%-
HSV(B)284.73º28.95%74.51%-
XYZ35.8630.2852.67-
YUV153.53148.58144.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=35.13%
G=26.95%
B=37.92%

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
Decimal1761351900.070.2900.25284.7329.7363.73
HexB087BE71D01911d1e40
Octal26020727673503143536100
Binary10110000100001111011111011111101011001100011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087BE; }

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

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

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

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

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

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

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

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