Shades of East Side #B188B9
Tints of East Side #B188B9
RGB
CMYK
RGB Variations
Color information
#B188B9 (or 0xB188B9) is known color: East Side. HEX triplet: B1, 88 and B9. RGB value is (177,136,185). Sum of RGB (Red+Green+Blue) = 177+136+185=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #B188B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188B9 is #4E7746. Grayscale: #999999. Windows color (decimal): -5142343 or 12159153. OLE color: 12159153.
HSL color Cylindrical-coordinate representation of color #B188B9: hue angle of 290.2º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B188B9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 136 | 185 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.27 |
| HSL | 290.2º | 0.26% | 0.63% | - |
| HSV(B) | 290.2º | 0.26% | 0.73% | - |
| XYZ | 35.69 | 30.46 | 49.9 | - |
| YUV | 153.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 185 | 0.04 | 0.26 | 0 | 0.27 | 290.2 | 0.26 | 0.63 |
| Hex | B1 | 88 | B9 | 4 | 1A | 0 | 1B | 122 | 1A | 3F |
| Octal | 261 | 210 | 271 | 4 | 32 | 0 | 33 | 442 | 32 | 77 |
| Binary | 10110001 | 10001000 | 10111001 | 100 | 11010 | 0 | 11011 | 100100010 | 11010 | 111111 |
Color Harmonies of #B188B9
Complementary color
Monochromatic Colors of #B188B9
Black with #B188B9
Text Example
Text Example
White with #B188B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188B9; }
p { color: rgb(177,136,185); }
H1.HeaderClassName
{
color: #B188B9;
}
.AnyTagClassName
{
color: #B188B9;
}
</style>
background-color css
<style>
a { background-color: #B188B9; }
a { background-color: rgb(177,136,185); }
div.DivClassName
{
background-color: #B188B9;
}
.BgClassName
{
background-color: #B188B9;
}
</style>
border-color css
<style>
span { border-color: #B188B9; }
span { border-color: rgb(177,136,185); }
td.TdClassName
{
border-color: #B188B9;
}
.TagClassName
{
border-color: #B188B9;
}
</style>