#B093BE

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

Shades of East Side #B093BE

Tints of East Side #B093BE

Color information

#B093BE (or 0xB093BE) is unknown color: approx East Side. HEX triplet: B0, 93 and BE. RGB value is (176,147,190). Sum of RGB (Red+Green+Blue) = 176+147+190=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B093BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093BE is #4F6C41. Grayscale: #A0A0A0. Windows color (decimal): -5205058 or 12489648. OLE color: 12489648.

HSL color Cylindrical-coordinate representation of color #B093BE: hue angle of 280.47º degrees, saturation: 0.25, 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 #B093BE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176147190-
CMYK0.070.2300.25
HSL280.47º24.86%66.08%-
HSV(B)280.47º22.63%74.51%-
XYZ37.6333.8253.26-
YUV160.57144.61139-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=34.31%
G=28.65%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761471900.070.2300.25280.4724.8666.08
HexB093BE7170191181942
Octal26022327672703143031102
Binary10110000100100111011111011110111011001100011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093BE; }

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

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

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

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

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

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

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

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