Shades of East Side #B188BC
Tints of East Side #B188BC
RGB
CMYK
RGB Variations
Color information
#B188BC (or 0xB188BC) is known color: East Side. HEX triplet: B1, 88 and BC. RGB value is (177,136,188). Sum of RGB (Red+Green+Blue) = 177+136+188=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B188BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BC is #4E7743. Grayscale: #9A9A9A. Windows color (decimal): -5142340 or 12355761. OLE color: 12355761.
HSL color Cylindrical-coordinate representation of color #B188BC: hue angle of 287.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B188BC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 136 | 188 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.26 |
| HSL | 287.31º | 0.28% | 0.64% | - |
| HSV(B) | 287.31º | 0.28% | 0.74% | - |
| XYZ | 36.01 | 30.59 | 51.58 | - |
| YUV | 154.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 188 | 0.06 | 0.28 | 0 | 0.26 | 287.31 | 0.28 | 0.64 |
| Hex | B1 | 88 | BC | 6 | 1C | 0 | 1A | 11F | 1C | 40 |
| Octal | 261 | 210 | 274 | 6 | 34 | 0 | 32 | 437 | 34 | 100 |
| Binary | 10110001 | 10001000 | 10111100 | 110 | 11100 | 0 | 11010 | 100011111 | 11100 | 1000000 |
Color Harmonies of #B188BC
Complementary color
Monochromatic Colors of #B188BC
Black with #B188BC
Text Example
Text Example
White with #B188BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188BC; }
p { color: rgb(177,136,188); }
H1.HeaderClassName
{
color: #B188BC;
}
.AnyTagClassName
{
color: #B188BC;
}
</style>
background-color css
<style>
a { background-color: #B188BC; }
a { background-color: rgb(177,136,188); }
div.DivClassName
{
background-color: #B188BC;
}
.BgClassName
{
background-color: #B188BC;
}
</style>
border-color css
<style>
span { border-color: #B188BC; }
span { border-color: rgb(177,136,188); }
td.TdClassName
{
border-color: #B188BC;
}
.TagClassName
{
border-color: #B188BC;
}
</style>