Shades of East Side #B488BB
Tints of East Side #B488BB
RGB
CMYK
RGB Variations
Color information
#B488BB (or 0xB488BB) is known color: East Side. HEX triplet: B4, 88 and BB. RGB value is (180,136,187). Sum of RGB (Red+Green+Blue) = 180+136+187=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B488BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BB is #4B7744. Grayscale: #9A9A9A. Windows color (decimal): -4945733 or 12290228. OLE color: 12290228.
HSL color Cylindrical-coordinate representation of color #B488BB: hue angle of 291.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B488BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 136 | 187 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.27 |
| HSL | 291.76º | 0.27% | 0.63% | - |
| HSV(B) | 291.76º | 0.27% | 0.73% | - |
| XYZ | 36.6 | 30.9 | 51.05 | - |
| YUV | 154.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 187 | 0.04 | 0.27 | 0 | 0.27 | 291.76 | 0.27 | 0.63 |
| Hex | B4 | 88 | BB | 4 | 1B | 0 | 1B | 124 | 1B | 3F |
| Octal | 264 | 210 | 273 | 4 | 33 | 0 | 33 | 444 | 33 | 77 |
| Binary | 10110100 | 10001000 | 10111011 | 100 | 11011 | 0 | 11011 | 100100100 | 11011 | 111111 |
Color Harmonies of #B488BB
Complementary color
Monochromatic Colors of #B488BB
Black with #B488BB
Text Example
Text Example
White with #B488BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488BB; }
p { color: rgb(180,136,187); }
H1.HeaderClassName
{
color: #B488BB;
}
.AnyTagClassName
{
color: #B488BB;
}
</style>
background-color css
<style>
a { background-color: #B488BB; }
a { background-color: rgb(180,136,187); }
div.DivClassName
{
background-color: #B488BB;
}
.BgClassName
{
background-color: #B488BB;
}
</style>
border-color css
<style>
span { border-color: #B488BB; }
span { border-color: rgb(180,136,187); }
td.TdClassName
{
border-color: #B488BB;
}
.TagClassName
{
border-color: #B488BB;
}
</style>