Shades of East Side #B099BE
Tints of East Side #B099BE
RGB
CMYK
RGB Variations
Color information
#B099BE (or 0xB099BE) is known color: East Side. HEX triplet: B0, 99 and BE. RGB value is (176,153,190). Sum of RGB (Red+Green+Blue) = 176+153+190=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B099BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BE is #4F6641. Grayscale: #A3A3A3. Windows color (decimal): -5203522 or 12491184. OLE color: 12491184.
HSL color Cylindrical-coordinate representation of color #B099BE: hue angle of 277.3º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B099BE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 153 | 190 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.25 |
| HSL | 277.3º | 0.22% | 0.67% | - |
| HSV(B) | 277.3º | 0.19% | 0.75% | - |
| XYZ | 38.59 | 35.73 | 53.58 | - |
| YUV | 164.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 190 | 0.07 | 0.19 | 0 | 0.25 | 277.3 | 0.22 | 0.67 |
| Hex | B0 | 99 | BE | 7 | 13 | 0 | 19 | 115 | 16 | 43 |
| Octal | 260 | 231 | 276 | 7 | 23 | 0 | 31 | 425 | 26 | 103 |
| Binary | 10110000 | 10011001 | 10111110 | 111 | 10011 | 0 | 11001 | 100010101 | 10110 | 1000011 |
Color Harmonies of #B099BE
Complementary color
Monochromatic Colors of #B099BE
Black with #B099BE
Text Example
Text Example
White with #B099BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099BE; }
p { color: rgb(176,153,190); }
H1.HeaderClassName
{
color: #B099BE;
}
.AnyTagClassName
{
color: #B099BE;
}
</style>
background-color css
<style>
a { background-color: #B099BE; }
a { background-color: rgb(176,153,190); }
div.DivClassName
{
background-color: #B099BE;
}
.BgClassName
{
background-color: #B099BE;
}
</style>
border-color css
<style>
span { border-color: #B099BE; }
span { border-color: rgb(176,153,190); }
td.TdClassName
{
border-color: #B099BE;
}
.TagClassName
{
border-color: #B099BE;
}
</style>