Shades of East Side #B197C5
Tints of East Side #B197C5
RGB
CMYK
RGB Variations
Color information
#B197C5 (or 0xB197C5) is known color: East Side. HEX triplet: B1, 97 and C5. RGB value is (177,151,197). Sum of RGB (Red+Green+Blue) = 177+151+197=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #B197C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197C5 is #4E683A. Grayscale: #A3A3A3. Windows color (decimal): -5138491 or 12949425. OLE color: 12949425.
HSL color Cylindrical-coordinate representation of color #B197C5: hue angle of 273.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B197C5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 151 | 197 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.23 |
| HSL | 273.91º | 0.28% | 0.68% | - |
| HSV(B) | 273.91º | 0.23% | 0.77% | - |
| XYZ | 39.28 | 35.51 | 57.61 | - |
| YUV | 164.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 197 | 0.10 | 0.23 | 0 | 0.23 | 273.91 | 0.28 | 0.68 |
| Hex | B1 | 97 | C5 | A | 17 | 0 | 17 | 112 | 1C | 44 |
| Octal | 261 | 227 | 305 | 12 | 27 | 0 | 27 | 422 | 34 | 104 |
| Binary | 10110001 | 10010111 | 11000101 | 1010 | 10111 | 0 | 10111 | 100010010 | 11100 | 1000100 |
Color Harmonies of #B197C5
Complementary color
Monochromatic Colors of #B197C5
Black with #B197C5
Text Example
Text Example
White with #B197C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197C5; }
p { color: rgb(177,151,197); }
H1.HeaderClassName
{
color: #B197C5;
}
.AnyTagClassName
{
color: #B197C5;
}
</style>
background-color css
<style>
a { background-color: #B197C5; }
a { background-color: rgb(177,151,197); }
div.DivClassName
{
background-color: #B197C5;
}
.BgClassName
{
background-color: #B197C5;
}
</style>
border-color css
<style>
span { border-color: #B197C5; }
span { border-color: rgb(177,151,197); }
td.TdClassName
{
border-color: #B197C5;
}
.TagClassName
{
border-color: #B197C5;
}
</style>