Shades of East Side #B199BC
Tints of East Side #B199BC
RGB
CMYK
RGB Variations
Color information
#B199BC (or 0xB199BC) is known color: East Side. HEX triplet: B1, 99 and BC. RGB value is (177,153,188). Sum of RGB (Red+Green+Blue) = 177+153+188=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B199BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199BC is #4E6643. Grayscale: #A4A4A4. Windows color (decimal): -5137988 or 12360113. OLE color: 12360113.
HSL color Cylindrical-coordinate representation of color #B199BC: hue angle of 281.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B199BC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 153 | 188 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.26 |
| HSL | 281.14º | 0.21% | 0.67% | - |
| HSV(B) | 281.14º | 0.19% | 0.74% | - |
| XYZ | 38.6 | 35.76 | 52.44 | - |
| YUV | 164.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 188 | 0.06 | 0.19 | 0 | 0.26 | 281.14 | 0.21 | 0.67 |
| Hex | B1 | 99 | BC | 6 | 13 | 0 | 1A | 119 | 15 | 43 |
| Octal | 261 | 231 | 274 | 6 | 23 | 0 | 32 | 431 | 25 | 103 |
| Binary | 10110001 | 10011001 | 10111100 | 110 | 10011 | 0 | 11010 | 100011001 | 10101 | 1000011 |
Color Harmonies of #B199BC
Complementary color
Monochromatic Colors of #B199BC
Black with #B199BC
Text Example
Text Example
White with #B199BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199BC; }
p { color: rgb(177,153,188); }
H1.HeaderClassName
{
color: #B199BC;
}
.AnyTagClassName
{
color: #B199BC;
}
</style>
background-color css
<style>
a { background-color: #B199BC; }
a { background-color: rgb(177,153,188); }
div.DivClassName
{
background-color: #B199BC;
}
.BgClassName
{
background-color: #B199BC;
}
</style>
border-color css
<style>
span { border-color: #B199BC; }
span { border-color: rgb(177,153,188); }
td.TdClassName
{
border-color: #B199BC;
}
.TagClassName
{
border-color: #B199BC;
}
</style>