#B087CD

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

Shades of East Side #B087CD

Tints of East Side #B087CD

Color information

#B087CD (or 0xB087CD) is unknown color: approx East Side. HEX triplet: B0, 87 and CD. RGB value is (176,135,205). Sum of RGB (Red+Green+Blue) = 176+135+205=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #B087CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087CD is #4F7832. Grayscale: #9B9B9B. Windows color (decimal): -5208115 or 13469616. OLE color: 13469616.

HSL color Cylindrical-coordinate representation of color #B087CD: hue angle of 275.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B087CD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176135205-
CMYK0.140.3400.20
HSL275.14º41.18%66.67%-
HSV(B)275.14º34.15%80.39%-
XYZ37.5930.9761.75-
YUV155.24156.08142.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=34.11%
G=26.16%
B=39.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761352050.140.3400.20275.1441.1866.67
HexB087CDE220141132943
Octal260207315164202442351103
Binary10110000100001111100110111101000100101001000100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087CD; }

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

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

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

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

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

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

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

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