#B087C3

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

Shades of East Side #B087C3

Tints of East Side #B087C3

Color information

#B087C3 (or 0xB087C3) is unknown color: approx East Side. HEX triplet: B0, 87 and C3. RGB value is (176,135,195). Sum of RGB (Red+Green+Blue) = 176+135+195=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #B087C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087C3 is #4F783C. Grayscale: #999999. Windows color (decimal): -5208125 or 12814256. OLE color: 12814256.

HSL color Cylindrical-coordinate representation of color #B087C3: hue angle of 281º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B087C3 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176135195-
CMYK0.100.3100.24
HSL281º33.33%64.71%-
HSV(B)281º30.77%76.47%-
XYZ36.4230.555.6-
YUV154.1151.08143.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=34.78%
G=26.68%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761351950.100.3100.2428133.3364.71
HexB087C3A1F0181192141
Octal260207303123703043141101
Binary1011000010000111110000111010111110110001000110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087C3; }

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

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

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

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

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

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

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

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