Shades of East Side #B097C0
Tints of East Side #B097C0
RGB
CMYK
RGB Variations
Color information
#B097C0 (or 0xB097C0) is known color: East Side. HEX triplet: B0, 97 and C0. RGB value is (176,151,192). Sum of RGB (Red+Green+Blue) = 176+151+192=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #B097C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097C0 is #4F683F. Grayscale: #A3A3A3. Windows color (decimal): -5204032 or 12621744. OLE color: 12621744.
HSL color Cylindrical-coordinate representation of color #B097C0: hue angle of 276.59º degrees, saturation: 0.25, 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 #B097C0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 151 | 192 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.25 |
| HSL | 276.59º | 0.25% | 0.67% | - |
| HSV(B) | 276.59º | 0.21% | 0.75% | - |
| XYZ | 38.49 | 35.17 | 54.63 | - |
| YUV | 163.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 192 | 0.08 | 0.21 | 0 | 0.25 | 276.59 | 0.25 | 0.67 |
| Hex | B0 | 97 | C0 | 8 | 15 | 0 | 19 | 115 | 19 | 43 |
| Octal | 260 | 227 | 300 | 10 | 25 | 0 | 31 | 425 | 31 | 103 |
| Binary | 10110000 | 10010111 | 11000000 | 1000 | 10101 | 0 | 11001 | 100010101 | 11001 | 1000011 |
Color Harmonies of #B097C0
Complementary color
Monochromatic Colors of #B097C0
Black with #B097C0
Text Example
Text Example
White with #B097C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097C0; }
p { color: rgb(176,151,192); }
H1.HeaderClassName
{
color: #B097C0;
}
.AnyTagClassName
{
color: #B097C0;
}
</style>
background-color css
<style>
a { background-color: #B097C0; }
a { background-color: rgb(176,151,192); }
div.DivClassName
{
background-color: #B097C0;
}
.BgClassName
{
background-color: #B097C0;
}
</style>
border-color css
<style>
span { border-color: #B097C0; }
span { border-color: rgb(176,151,192); }
td.TdClassName
{
border-color: #B097C0;
}
.TagClassName
{
border-color: #B097C0;
}
</style>