Shades of East Side #B488BE
Tints of East Side #B488BE
RGB
CMYK
RGB Variations
Color information
#B488BE (or 0xB488BE) is known color: East Side. HEX triplet: B4, 88 and BE. RGB value is (180,136,190). Sum of RGB (Red+Green+Blue) = 180+136+190=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B488BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BE is #4B7741. Grayscale: #9B9B9B. Windows color (decimal): -4945730 or 12486836. OLE color: 12486836.
HSL color Cylindrical-coordinate representation of color #B488BE: hue angle of 288.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B488BE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 136 | 190 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.25 |
| HSL | 288.89º | 0.29% | 0.64% | - |
| HSV(B) | 288.89º | 0.28% | 0.75% | - |
| XYZ | 36.92 | 31.03 | 52.76 | - |
| YUV | 155.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 190 | 0.05 | 0.28 | 0 | 0.25 | 288.89 | 0.29 | 0.64 |
| Hex | B4 | 88 | BE | 5 | 1C | 0 | 19 | 121 | 1D | 40 |
| Octal | 264 | 210 | 276 | 5 | 34 | 0 | 31 | 441 | 35 | 100 |
| Binary | 10110100 | 10001000 | 10111110 | 101 | 11100 | 0 | 11001 | 100100001 | 11101 | 1000000 |
Color Harmonies of #B488BE
Complementary color
Monochromatic Colors of #B488BE
Black with #B488BE
Text Example
Text Example
White with #B488BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488BE; }
p { color: rgb(180,136,190); }
H1.HeaderClassName
{
color: #B488BE;
}
.AnyTagClassName
{
color: #B488BE;
}
</style>
background-color css
<style>
a { background-color: #B488BE; }
a { background-color: rgb(180,136,190); }
div.DivClassName
{
background-color: #B488BE;
}
.BgClassName
{
background-color: #B488BE;
}
</style>
border-color css
<style>
span { border-color: #B488BE; }
span { border-color: rgb(180,136,190); }
td.TdClassName
{
border-color: #B488BE;
}
.TagClassName
{
border-color: #B488BE;
}
</style>