Shades of East Side #B099BA
Tints of East Side #B099BA
RGB
CMYK
RGB Variations
Color information
#B099BA (or 0xB099BA) is known color: East Side. HEX triplet: B0, 99 and BA. RGB value is (176,153,186). Sum of RGB (Red+Green+Blue) = 176+153+186=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B099BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BA is #4F6645. Grayscale: #A3A3A3. Windows color (decimal): -5203526 or 12229040. OLE color: 12229040.
HSL color Cylindrical-coordinate representation of color #B099BA: hue angle of 281.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B099BA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 153 | 186 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.27 |
| HSL | 281.82º | 0.19% | 0.66% | - |
| HSV(B) | 281.82º | 0.18% | 0.73% | - |
| XYZ | 38.16 | 35.56 | 51.31 | - |
| YUV | 163.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 186 | 0.05 | 0.18 | 0 | 0.27 | 281.82 | 0.19 | 0.66 |
| Hex | B0 | 99 | BA | 5 | 12 | 0 | 1B | 11A | 13 | 42 |
| Octal | 260 | 231 | 272 | 5 | 22 | 0 | 33 | 432 | 23 | 102 |
| Binary | 10110000 | 10011001 | 10111010 | 101 | 10010 | 0 | 11011 | 100011010 | 10011 | 1000010 |
Color Harmonies of #B099BA
Complementary color
Monochromatic Colors of #B099BA
Black with #B099BA
Text Example
Text Example
White with #B099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099BA; }
p { color: rgb(176,153,186); }
H1.HeaderClassName
{
color: #B099BA;
}
.AnyTagClassName
{
color: #B099BA;
}
</style>
background-color css
<style>
a { background-color: #B099BA; }
a { background-color: rgb(176,153,186); }
div.DivClassName
{
background-color: #B099BA;
}
.BgClassName
{
background-color: #B099BA;
}
</style>
border-color css
<style>
span { border-color: #B099BA; }
span { border-color: rgb(176,153,186); }
td.TdClassName
{
border-color: #B099BA;
}
.TagClassName
{
border-color: #B099BA;
}
</style>