#B093BD

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

Shades of East Side #B093BD

Tints of East Side #B093BD

Color information

#B093BD (or 0xB093BD) is unknown color: approx East Side. HEX triplet: B0, 93 and BD. RGB value is (176,147,189). Sum of RGB (Red+Green+Blue) = 176+147+189=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B093BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093BD is #4F6C42. Grayscale: #A0A0A0. Windows color (decimal): -5205059 or 12424112. OLE color: 12424112.

HSL color Cylindrical-coordinate representation of color #B093BD: hue angle of 281.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B093BD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176147189-
CMYK0.070.2200.26
HSL281.43º24.14%65.88%-
HSV(B)281.43º22.22%74.12%-
XYZ37.5233.7752.68-
YUV160.46144.11139.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=34.38%
G=28.71%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761471890.070.2200.26281.4324.1465.88
HexB093BD71601A1191842
Octal26022327572603243130102
Binary10110000100100111011110111110110011010100011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093BD; }

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

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

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

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

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

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

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

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