#B193BA

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

Shades of East Side #B193BA

Tints of East Side #B193BA

Color information

#B193BA (or 0xB193BA) is unknown color: approx East Side. HEX triplet: B1, 93 and BA. RGB value is (177,147,186). Sum of RGB (Red+Green+Blue) = 177+147+186=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B193BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193BA is #4E6C45. Grayscale: #A0A0A0. Windows color (decimal): -5139526 or 12227505. OLE color: 12227505.

HSL color Cylindrical-coordinate representation of color #B193BA: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B193BA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177147186-
CMYK0.050.2100.27
HSL286.15º22.03%65.29%-
HSV(B)286.15º20.97%72.94%-
XYZ37.4333.7651-
YUV160.42142.44139.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=34.71%
G=28.82%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771471860.050.2100.27286.1522.0365.29
HexB193BA51501B11e1641
Octal26122327252503343626101
Binary10110001100100111011101010110101011011100011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193BA; }

 p { color: rgb(177,147,186); }

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

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

 a { background-color: rgb(177,147,186); }

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

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

 span { border-color: rgb(177,147,186); }

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