Shades of East Side #B188CA
Tints of East Side #B188CA
RGB
CMYK
RGB Variations
Color information
#B188CA (or 0xB188CA) is known color: East Side. HEX triplet: B1, 88 and CA. RGB value is (177,136,202). Sum of RGB (Red+Green+Blue) = 177+136+202=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188CA is #4E7735. Grayscale: #9B9B9B. Windows color (decimal): -5142326 or 13273265. OLE color: 13273265.
HSL color Cylindrical-coordinate representation of color #B188CA: hue angle of 277.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B188CA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 136 | 202 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.21 |
| HSL | 277.27º | 0.38% | 0.66% | - |
| HSV(B) | 277.27º | 0.33% | 0.79% | - |
| XYZ | 37.6 | 31.22 | 59.92 | - |
| YUV | 155.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 202 | 0.12 | 0.33 | 0 | 0.21 | 277.27 | 0.38 | 0.66 |
| Hex | B1 | 88 | CA | C | 21 | 0 | 15 | 115 | 26 | 42 |
| Octal | 261 | 210 | 312 | 14 | 41 | 0 | 25 | 425 | 46 | 102 |
| Binary | 10110001 | 10001000 | 11001010 | 1100 | 100001 | 0 | 10101 | 100010101 | 100110 | 1000010 |
Color Harmonies of #B188CA
Complementary color
Monochromatic Colors of #B188CA
Black with #B188CA
Text Example
Text Example
White with #B188CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188CA; }
p { color: rgb(177,136,202); }
H1.HeaderClassName
{
color: #B188CA;
}
.AnyTagClassName
{
color: #B188CA;
}
</style>
background-color css
<style>
a { background-color: #B188CA; }
a { background-color: rgb(177,136,202); }
div.DivClassName
{
background-color: #B188CA;
}
.BgClassName
{
background-color: #B188CA;
}
</style>
border-color css
<style>
span { border-color: #B188CA; }
span { border-color: rgb(177,136,202); }
td.TdClassName
{
border-color: #B188CA;
}
.TagClassName
{
border-color: #B188CA;
}
</style>