Shades of East Side #B097BC
Tints of East Side #B097BC
RGB
CMYK
RGB Variations
Color information
#B097BC (or 0xB097BC) is known color: East Side. HEX triplet: B0, 97 and BC. RGB value is (176,151,188). Sum of RGB (Red+Green+Blue) = 176+151+188=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B097BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097BC is #4F6843. Grayscale: #A2A2A2. Windows color (decimal): -5204036 or 12359600. OLE color: 12359600.
HSL color Cylindrical-coordinate representation of color #B097BC: hue angle of 280.54º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B097BC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 151 | 188 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.26 |
| HSL | 280.54º | 0.22% | 0.66% | - |
| HSV(B) | 280.54º | 0.2% | 0.74% | - |
| XYZ | 38.05 | 34.99 | 52.33 | - |
| YUV | 162.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 188 | 0.06 | 0.20 | 0 | 0.26 | 280.54 | 0.22 | 0.66 |
| Hex | B0 | 97 | BC | 6 | 14 | 0 | 1A | 119 | 16 | 42 |
| Octal | 260 | 227 | 274 | 6 | 24 | 0 | 32 | 431 | 26 | 102 |
| Binary | 10110000 | 10010111 | 10111100 | 110 | 10100 | 0 | 11010 | 100011001 | 10110 | 1000010 |
Color Harmonies of #B097BC
Complementary color
Monochromatic Colors of #B097BC
Black with #B097BC
Text Example
Text Example
White with #B097BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097BC; }
p { color: rgb(176,151,188); }
H1.HeaderClassName
{
color: #B097BC;
}
.AnyTagClassName
{
color: #B097BC;
}
</style>
background-color css
<style>
a { background-color: #B097BC; }
a { background-color: rgb(176,151,188); }
div.DivClassName
{
background-color: #B097BC;
}
.BgClassName
{
background-color: #B097BC;
}
</style>
border-color css
<style>
span { border-color: #B097BC; }
span { border-color: rgb(176,151,188); }
td.TdClassName
{
border-color: #B097BC;
}
.TagClassName
{
border-color: #B097BC;
}
</style>