#B093C0

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

Shades of East Side #B093C0

Tints of East Side #B093C0

Color information

#B093C0 (or 0xB093C0) is unknown color: approx East Side. HEX triplet: B0, 93 and C0. RGB value is (176,147,192). Sum of RGB (Red+Green+Blue) = 176+147+192=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #B093C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093C0 is #4F6C3F. Grayscale: #A0A0A0. Windows color (decimal): -5205056 or 12620720. OLE color: 12620720.

HSL color Cylindrical-coordinate representation of color #B093C0: hue angle of 278.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B093C0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176147192-
CMYK0.080.2300.25
HSL278.67º26.32%66.47%-
HSV(B)278.67º23.44%75.29%-
XYZ37.8533.954.42-
YUV160.8145.61138.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=34.17%
G=28.54%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761471920.080.2300.25278.6726.3266.47
HexB093C08170191171a42
Octal260223300102703142732102
Binary101100001001001111000000100010111011001100010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093C0; }

 p { color: rgb(176,147,192); }

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

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

 a { background-color: rgb(176,147,192); }

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

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

 span { border-color: rgb(176,147,192); }

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