Shades of East Side #B488C3
Tints of East Side #B488C3
RGB
CMYK
RGB Variations
Color information
#B488C3 (or 0xB488C3) is known color: East Side. HEX triplet: B4, 88 and C3. RGB value is (180,136,195). Sum of RGB (Red+Green+Blue) = 180+136+195=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #B488C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488C3 is #4B773C. Grayscale: #9B9B9B. Windows color (decimal): -4945725 or 12814516. OLE color: 12814516.
HSL color Cylindrical-coordinate representation of color #B488C3: hue angle of 284.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B488C3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 136 | 195 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.24 |
| HSL | 284.75º | 0.33% | 0.65% | - |
| HSV(B) | 284.75º | 0.3% | 0.76% | - |
| XYZ | 37.48 | 31.25 | 55.69 | - |
| YUV | 155.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 195 | 0.08 | 0.30 | 0 | 0.24 | 284.75 | 0.33 | 0.65 |
| Hex | B4 | 88 | C3 | 8 | 1E | 0 | 18 | 11D | 21 | 41 |
| Octal | 264 | 210 | 303 | 10 | 36 | 0 | 30 | 435 | 41 | 101 |
| Binary | 10110100 | 10001000 | 11000011 | 1000 | 11110 | 0 | 11000 | 100011101 | 100001 | 1000001 |
Color Harmonies of #B488C3
Complementary color
Monochromatic Colors of #B488C3
Black with #B488C3
Text Example
Text Example
White with #B488C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488C3; }
p { color: rgb(180,136,195); }
H1.HeaderClassName
{
color: #B488C3;
}
.AnyTagClassName
{
color: #B488C3;
}
</style>
background-color css
<style>
a { background-color: #B488C3; }
a { background-color: rgb(180,136,195); }
div.DivClassName
{
background-color: #B488C3;
}
.BgClassName
{
background-color: #B488C3;
}
</style>
border-color css
<style>
span { border-color: #B488C3; }
span { border-color: rgb(180,136,195); }
td.TdClassName
{
border-color: #B488C3;
}
.TagClassName
{
border-color: #B488C3;
}
</style>