Shades of East Side #B188C9
Tints of East Side #B188C9
RGB
CMYK
RGB Variations
Color information
#B188C9 (or 0xB188C9) is known color: East Side. HEX triplet: B1, 88 and C9. RGB value is (177,136,201). Sum of RGB (Red+Green+Blue) = 177+136+201=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #B188C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188C9 is #4E7736. Grayscale: #9B9B9B. Windows color (decimal): -5142327 or 13207729. OLE color: 13207729.
HSL color Cylindrical-coordinate representation of color #B188C9: hue angle of 277.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B188C9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 136 | 201 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.21 |
| HSL | 277.85º | 0.38% | 0.66% | - |
| HSV(B) | 277.85º | 0.32% | 0.79% | - |
| XYZ | 37.48 | 31.17 | 59.3 | - |
| YUV | 155.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 201 | 0.12 | 0.32 | 0 | 0.21 | 277.85 | 0.38 | 0.66 |
| Hex | B1 | 88 | C9 | C | 20 | 0 | 15 | 116 | 26 | 42 |
| Octal | 261 | 210 | 311 | 14 | 40 | 0 | 25 | 426 | 46 | 102 |
| Binary | 10110001 | 10001000 | 11001001 | 1100 | 100000 | 0 | 10101 | 100010110 | 100110 | 1000010 |
Color Harmonies of #B188C9
Complementary color
Monochromatic Colors of #B188C9
Black with #B188C9
Text Example
Text Example
White with #B188C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188C9; }
p { color: rgb(177,136,201); }
H1.HeaderClassName
{
color: #B188C9;
}
.AnyTagClassName
{
color: #B188C9;
}
</style>
background-color css
<style>
a { background-color: #B188C9; }
a { background-color: rgb(177,136,201); }
div.DivClassName
{
background-color: #B188C9;
}
.BgClassName
{
background-color: #B188C9;
}
</style>
border-color css
<style>
span { border-color: #B188C9; }
span { border-color: rgb(177,136,201); }
td.TdClassName
{
border-color: #B188C9;
}
.TagClassName
{
border-color: #B188C9;
}
</style>