#B093C3

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

Shades of East Side #B093C3

Tints of East Side #B093C3

Color information

#B093C3 (or 0xB093C3) is unknown color: approx East Side. HEX triplet: B0, 93 and C3. RGB value is (176,147,195). Sum of RGB (Red+Green+Blue) = 176+147+195=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #B093C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093C3 is #4F6C3C. Grayscale: #A0A0A0. Windows color (decimal): -5205053 or 12817328. OLE color: 12817328.

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

Color convert

RGB176147195-
CMYK0.100.2500.24
HSL276.25º28.57%67.06%-
HSV(B)276.25º24.62%76.47%-
XYZ38.1934.0456.19-
YUV161.14147.11138.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=33.98%
G=28.38%
B=37.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761471950.100.2500.24276.2528.5767.06
HexB093C3A190181141d43
Octal260223303123103042435103
Binary101100001001001111000011101011001011000100010100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093C3; }

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

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

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

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

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

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

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

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