Shades of East Side #B197BE
Tints of East Side #B197BE
RGB
CMYK
RGB Variations
Color information
#B197BE (or 0xB197BE) is known color: East Side. HEX triplet: B1, 97 and BE. RGB value is (177,151,190). Sum of RGB (Red+Green+Blue) = 177+151+190=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #B197BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197BE is #4E6841. Grayscale: #A3A3A3. Windows color (decimal): -5138498 or 12490673. OLE color: 12490673.
HSL color Cylindrical-coordinate representation of color #B197BE: hue angle of 280º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B197BE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 151 | 190 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.25 |
| HSL | 280º | 0.23% | 0.67% | - |
| HSV(B) | 280º | 0.21% | 0.75% | - |
| XYZ | 38.49 | 35.2 | 53.48 | - |
| YUV | 163.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 190 | 0.07 | 0.21 | 0 | 0.25 | 280 | 0.23 | 0.67 |
| Hex | B1 | 97 | BE | 7 | 15 | 0 | 19 | 118 | 17 | 43 |
| Octal | 261 | 227 | 276 | 7 | 25 | 0 | 31 | 430 | 27 | 103 |
| Binary | 10110001 | 10010111 | 10111110 | 111 | 10101 | 0 | 11001 | 100011000 | 10111 | 1000011 |
Color Harmonies of #B197BE
Complementary color
Monochromatic Colors of #B197BE
Black with #B197BE
Text Example
Text Example
White with #B197BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197BE; }
p { color: rgb(177,151,190); }
H1.HeaderClassName
{
color: #B197BE;
}
.AnyTagClassName
{
color: #B197BE;
}
</style>
background-color css
<style>
a { background-color: #B197BE; }
a { background-color: rgb(177,151,190); }
div.DivClassName
{
background-color: #B197BE;
}
.BgClassName
{
background-color: #B197BE;
}
</style>
border-color css
<style>
span { border-color: #B197BE; }
span { border-color: rgb(177,151,190); }
td.TdClassName
{
border-color: #B197BE;
}
.TagClassName
{
border-color: #B197BE;
}
</style>