#B087BD

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

Shades of East Side #B087BD

Tints of East Side #B087BD

Color information

#B087BD (or 0xB087BD) is unknown color: approx East Side. HEX triplet: B0, 87 and BD. RGB value is (176,135,189). Sum of RGB (Red+Green+Blue) = 176+135+189=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #B087BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087BD is #4F7842. Grayscale: #999999. Windows color (decimal): -5208131 or 12421040. OLE color: 12421040.

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

Color convert

RGB176135189-
CMYK0.070.2900.26
HSL285.56º29.03%63.53%-
HSV(B)285.56º28.57%74.12%-
XYZ35.7530.2352.1-
YUV153.41148.08144.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=35.2%
G=27%
B=37.8%

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
Decimal1761351890.070.2900.26285.5629.0363.53
HexB087BD71D01A11e1d40
Octal26020727573503243635100
Binary10110000100001111011110111111101011010100011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087BD; }

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

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

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

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

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

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

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

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