Shades of East Side #B097C1
Tints of East Side #B097C1
RGB
CMYK
RGB Variations
Color information
#B097C1 (or 0xB097C1) is known color: East Side. HEX triplet: B0, 97 and C1. RGB value is (176,151,193). Sum of RGB (Red+Green+Blue) = 176+151+193=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B097C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097C1 is #4F683E. Grayscale: #A3A3A3. Windows color (decimal): -5204031 or 12687280. OLE color: 12687280.
HSL color Cylindrical-coordinate representation of color #B097C1: hue angle of 275.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B097C1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 151 | 193 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.24 |
| HSL | 275.71º | 0.25% | 0.67% | - |
| HSV(B) | 275.71º | 0.22% | 0.76% | - |
| XYZ | 38.6 | 35.21 | 55.21 | - |
| YUV | 163.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 193 | 0.09 | 0.22 | 0 | 0.24 | 275.71 | 0.25 | 0.67 |
| Hex | B0 | 97 | C1 | 9 | 16 | 0 | 18 | 114 | 19 | 43 |
| Octal | 260 | 227 | 301 | 11 | 26 | 0 | 30 | 424 | 31 | 103 |
| Binary | 10110000 | 10010111 | 11000001 | 1001 | 10110 | 0 | 11000 | 100010100 | 11001 | 1000011 |
Color Harmonies of #B097C1
Complementary color
Monochromatic Colors of #B097C1
Black with #B097C1
Text Example
Text Example
White with #B097C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097C1; }
p { color: rgb(176,151,193); }
H1.HeaderClassName
{
color: #B097C1;
}
.AnyTagClassName
{
color: #B097C1;
}
</style>
background-color css
<style>
a { background-color: #B097C1; }
a { background-color: rgb(176,151,193); }
div.DivClassName
{
background-color: #B097C1;
}
.BgClassName
{
background-color: #B097C1;
}
</style>
border-color css
<style>
span { border-color: #B097C1; }
span { border-color: rgb(176,151,193); }
td.TdClassName
{
border-color: #B097C1;
}
.TagClassName
{
border-color: #B097C1;
}
</style>