Shades of East Side #B488CE
Tints of East Side #B488CE
RGB
CMYK
RGB Variations
Color information
#B488CE (or 0xB488CE) is known color: East Side. HEX triplet: B4, 88 and CE. RGB value is (180,136,206). Sum of RGB (Red+Green+Blue) = 180+136+206=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #B488CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CE is #4B7731. Grayscale: #9C9C9C. Windows color (decimal): -4945714 or 13535412. OLE color: 13535412.
HSL color Cylindrical-coordinate representation of color #B488CE: hue angle of 277.71º 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 #B488CE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 136 | 206 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.19 |
| HSL | 277.71º | 0.42% | 0.67% | - |
| HSV(B) | 277.71º | 0.34% | 0.81% | - |
| XYZ | 38.77 | 31.77 | 62.48 | - |
| YUV | 157.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 206 | 0.13 | 0.34 | 0 | 0.19 | 277.71 | 0.42 | 0.67 |
| Hex | B4 | 88 | CE | D | 22 | 0 | 13 | 116 | 2A | 43 |
| Octal | 264 | 210 | 316 | 15 | 42 | 0 | 23 | 426 | 52 | 103 |
| Binary | 10110100 | 10001000 | 11001110 | 1101 | 100010 | 0 | 10011 | 100010110 | 101010 | 1000011 |
Color Harmonies of #B488CE
Complementary color
Monochromatic Colors of #B488CE
Black with #B488CE
Text Example
Text Example
White with #B488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488CE; }
p { color: rgb(180,136,206); }
H1.HeaderClassName
{
color: #B488CE;
}
.AnyTagClassName
{
color: #B488CE;
}
</style>
background-color css
<style>
a { background-color: #B488CE; }
a { background-color: rgb(180,136,206); }
div.DivClassName
{
background-color: #B488CE;
}
.BgClassName
{
background-color: #B488CE;
}
</style>
border-color css
<style>
span { border-color: #B488CE; }
span { border-color: rgb(180,136,206); }
td.TdClassName
{
border-color: #B488CE;
}
.TagClassName
{
border-color: #B488CE;
}
</style>