Shades of East Side #B488C5
Tints of East Side #B488C5
RGB
CMYK
RGB Variations
Color information
#B488C5 (or 0xB488C5) is known color: East Side. HEX triplet: B4, 88 and C5. RGB value is (180,136,197). Sum of RGB (Red+Green+Blue) = 180+136+197=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #B488C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488C5 is #4B773A. Grayscale: #9B9B9B. Windows color (decimal): -4945723 or 12945588. OLE color: 12945588.
HSL color Cylindrical-coordinate representation of color #B488C5: hue angle of 283.28º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B488C5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 136 | 197 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.23 |
| HSL | 283.28º | 0.34% | 0.65% | - |
| HSV(B) | 283.28º | 0.31% | 0.77% | - |
| XYZ | 37.7 | 31.34 | 56.89 | - |
| YUV | 156.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 197 | 0.09 | 0.31 | 0 | 0.23 | 283.28 | 0.34 | 0.65 |
| Hex | B4 | 88 | C5 | 9 | 1F | 0 | 17 | 11B | 22 | 41 |
| Octal | 264 | 210 | 305 | 11 | 37 | 0 | 27 | 433 | 42 | 101 |
| Binary | 10110100 | 10001000 | 11000101 | 1001 | 11111 | 0 | 10111 | 100011011 | 100010 | 1000001 |
Color Harmonies of #B488C5
Complementary color
Monochromatic Colors of #B488C5
Black with #B488C5
Text Example
Text Example
White with #B488C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488C5; }
p { color: rgb(180,136,197); }
H1.HeaderClassName
{
color: #B488C5;
}
.AnyTagClassName
{
color: #B488C5;
}
</style>
background-color css
<style>
a { background-color: #B488C5; }
a { background-color: rgb(180,136,197); }
div.DivClassName
{
background-color: #B488C5;
}
.BgClassName
{
background-color: #B488C5;
}
</style>
border-color css
<style>
span { border-color: #B488C5; }
span { border-color: rgb(180,136,197); }
td.TdClassName
{
border-color: #B488C5;
}
.TagClassName
{
border-color: #B488C5;
}
</style>