Shades of East Side #B193BC
Tints of East Side #B193BC
RGB
CMYK
RGB Variations
Color information
#B193BC (or 0xB193BC) is known color: East Side. HEX triplet: B1, 93 and BC. RGB value is (177,147,188). Sum of RGB (Red+Green+Blue) = 177+147+188=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B193BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193BC is #4E6C43. Grayscale: #A0A0A0. Windows color (decimal): -5139524 or 12358577. OLE color: 12358577.
HSL color Cylindrical-coordinate representation of color #B193BC: hue angle of 283.9º degrees, saturation: 0.23, 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 #B193BC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 147 | 188 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.26 |
| HSL | 283.9º | 0.23% | 0.66% | - |
| HSV(B) | 283.9º | 0.22% | 0.74% | - |
| XYZ | 37.64 | 33.85 | 52.13 | - |
| YUV | 160.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 188 | 0.06 | 0.22 | 0 | 0.26 | 283.9 | 0.23 | 0.66 |
| Hex | B1 | 93 | BC | 6 | 16 | 0 | 1A | 11C | 17 | 42 |
| Octal | 261 | 223 | 274 | 6 | 26 | 0 | 32 | 434 | 27 | 102 |
| Binary | 10110001 | 10010011 | 10111100 | 110 | 10110 | 0 | 11010 | 100011100 | 10111 | 1000010 |
Color Harmonies of #B193BC
Complementary color
Monochromatic Colors of #B193BC
Black with #B193BC
Text Example
Text Example
White with #B193BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193BC; }
p { color: rgb(177,147,188); }
H1.HeaderClassName
{
color: #B193BC;
}
.AnyTagClassName
{
color: #B193BC;
}
</style>
background-color css
<style>
a { background-color: #B193BC; }
a { background-color: rgb(177,147,188); }
div.DivClassName
{
background-color: #B193BC;
}
.BgClassName
{
background-color: #B193BC;
}
</style>
border-color css
<style>
span { border-color: #B193BC; }
span { border-color: rgb(177,147,188); }
td.TdClassName
{
border-color: #B193BC;
}
.TagClassName
{
border-color: #B193BC;
}
</style>