#B087BB

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

Shades of East Side #B087BB

Tints of East Side #B087BB

Color information

#B087BB (or 0xB087BB) is unknown color: approx East Side. HEX triplet: B0, 87 and BB. RGB value is (176,135,187). Sum of RGB (Red+Green+Blue) = 176+135+187=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B087BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087BB is #4F7844. Grayscale: #999999. Windows color (decimal): -5208133 or 12289968. OLE color: 12289968.

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

Color convert

RGB176135187-
CMYK0.060.2800.27
HSL287.31º27.66%63.14%-
HSV(B)287.31º27.81%73.33%-
XYZ35.5430.1550.96-
YUV153.19147.08144.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 135 (53.12% from 255) = 27.11%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=35.34%
G=27.11%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761351870.060.2800.27287.3127.6663.14
HexB087BB61C01B11f1c3f
Octal2602072736340334373477
Binary1011000010000111101110111101110001101110001111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087BB; }

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

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

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

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

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

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

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

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