Shades of East Side #B199C0
Tints of East Side #B199C0
RGB
CMYK
RGB Variations
Color information
#B199C0 (or 0xB199C0) is known color: East Side. HEX triplet: B1, 99 and C0. RGB value is (177,153,192). Sum of RGB (Red+Green+Blue) = 177+153+192=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B199C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199C0 is #4E663F. Grayscale: #A4A4A4. Windows color (decimal): -5137984 or 12622257. OLE color: 12622257.
HSL color Cylindrical-coordinate representation of color #B199C0: hue angle of 276.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B199C0 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 153 | 192 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.25 |
| HSL | 276.92º | 0.24% | 0.68% | - |
| HSV(B) | 276.92º | 0.2% | 0.75% | - |
| XYZ | 39.04 | 35.94 | 54.75 | - |
| YUV | 164.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 192 | 0.08 | 0.20 | 0 | 0.25 | 276.92 | 0.24 | 0.68 |
| Hex | B1 | 99 | C0 | 8 | 14 | 0 | 19 | 115 | 18 | 44 |
| Octal | 261 | 231 | 300 | 10 | 24 | 0 | 31 | 425 | 30 | 104 |
| Binary | 10110001 | 10011001 | 11000000 | 1000 | 10100 | 0 | 11001 | 100010101 | 11000 | 1000100 |
Color Harmonies of #B199C0
Complementary color
Monochromatic Colors of #B199C0
Black with #B199C0
Text Example
Text Example
White with #B199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199C0; }
p { color: rgb(177,153,192); }
H1.HeaderClassName
{
color: #B199C0;
}
.AnyTagClassName
{
color: #B199C0;
}
</style>
background-color css
<style>
a { background-color: #B199C0; }
a { background-color: rgb(177,153,192); }
div.DivClassName
{
background-color: #B199C0;
}
.BgClassName
{
background-color: #B199C0;
}
</style>
border-color css
<style>
span { border-color: #B199C0; }
span { border-color: rgb(177,153,192); }
td.TdClassName
{
border-color: #B199C0;
}
.TagClassName
{
border-color: #B199C0;
}
</style>