Shades of East Side #B193BD
Tints of East Side #B193BD
RGB
CMYK
RGB Variations
Color information
#B193BD (or 0xB193BD) is known color: East Side. HEX triplet: B1, 93 and BD. RGB value is (177,147,189). Sum of RGB (Red+Green+Blue) = 177+147+189=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B193BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193BD is #4E6C42. Grayscale: #A0A0A0. Windows color (decimal): -5139523 or 12424113. OLE color: 12424113.
HSL color Cylindrical-coordinate representation of color #B193BD: hue angle of 282.86º 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 #B193BD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 147 | 189 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.26 |
| HSL | 282.86º | 0.24% | 0.66% | - |
| HSV(B) | 282.86º | 0.22% | 0.74% | - |
| XYZ | 37.75 | 33.89 | 52.7 | - |
| YUV | 160.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 189 | 0.06 | 0.22 | 0 | 0.26 | 282.86 | 0.24 | 0.66 |
| Hex | B1 | 93 | BD | 6 | 16 | 0 | 1A | 11B | 18 | 42 |
| Octal | 261 | 223 | 275 | 6 | 26 | 0 | 32 | 433 | 30 | 102 |
| Binary | 10110001 | 10010011 | 10111101 | 110 | 10110 | 0 | 11010 | 100011011 | 11000 | 1000010 |
Color Harmonies of #B193BD
Complementary color
Monochromatic Colors of #B193BD
Black with #B193BD
Text Example
Text Example
White with #B193BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193BD; }
p { color: rgb(177,147,189); }
H1.HeaderClassName
{
color: #B193BD;
}
.AnyTagClassName
{
color: #B193BD;
}
</style>
background-color css
<style>
a { background-color: #B193BD; }
a { background-color: rgb(177,147,189); }
div.DivClassName
{
background-color: #B193BD;
}
.BgClassName
{
background-color: #B193BD;
}
</style>
border-color css
<style>
span { border-color: #B193BD; }
span { border-color: rgb(177,147,189); }
td.TdClassName
{
border-color: #B193BD;
}
.TagClassName
{
border-color: #B193BD;
}
</style>