Shades of East Side #B188CE
Tints of East Side #B188CE
RGB
CMYK
RGB Variations
Color information
#B188CE (or 0xB188CE) is known color: East Side. HEX triplet: B1, 88 and CE. RGB value is (177,136,206). Sum of RGB (Red+Green+Blue) = 177+136+206=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B188CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188CE is #4E7731. Grayscale: #9C9C9C. Windows color (decimal): -5142322 or 13535409. OLE color: 13535409.
HSL color Cylindrical-coordinate representation of color #B188CE: hue angle of 275.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B188CE is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 136 | 206 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.19 |
| HSL | 275.14º | 0.42% | 0.67% | - |
| HSV(B) | 275.14º | 0.34% | 0.81% | - |
| XYZ | 38.08 | 31.41 | 62.45 | - |
| YUV | 156.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 206 | 0.14 | 0.34 | 0 | 0.19 | 275.14 | 0.42 | 0.67 |
| Hex | B1 | 88 | CE | E | 22 | 0 | 13 | 113 | 2A | 43 |
| Octal | 261 | 210 | 316 | 16 | 42 | 0 | 23 | 423 | 52 | 103 |
| Binary | 10110001 | 10001000 | 11001110 | 1110 | 100010 | 0 | 10011 | 100010011 | 101010 | 1000011 |
Color Harmonies of #B188CE
Complementary color
Monochromatic Colors of #B188CE
Black with #B188CE
Text Example
Text Example
White with #B188CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188CE; }
p { color: rgb(177,136,206); }
H1.HeaderClassName
{
color: #B188CE;
}
.AnyTagClassName
{
color: #B188CE;
}
</style>
background-color css
<style>
a { background-color: #B188CE; }
a { background-color: rgb(177,136,206); }
div.DivClassName
{
background-color: #B188CE;
}
.BgClassName
{
background-color: #B188CE;
}
</style>
border-color css
<style>
span { border-color: #B188CE; }
span { border-color: rgb(177,136,206); }
td.TdClassName
{
border-color: #B188CE;
}
.TagClassName
{
border-color: #B188CE;
}
</style>