Shades of East Side #BA98C8
Tints of East Side #BA98C8
RGB
CMYK
RGB Variations
Color information
#BA98C8 (or 0xBA98C8) is known color: East Side. HEX triplet: BA, 98 and C8. RGB value is (186,152,200). Sum of RGB (Red+Green+Blue) = 186+152+200=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA98C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C8 is #456737. Grayscale: #A7A7A7. Windows color (decimal): -4548408 or 13146298. OLE color: 13146298.
HSL color Cylindrical-coordinate representation of color #BA98C8: hue angle of 282.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA98C8 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 152 | 200 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.22 |
| HSL | 282.5º | 0.3% | 0.69% | - |
| HSV(B) | 282.5º | 0.24% | 0.78% | - |
| XYZ | 41.9 | 37.07 | 59.59 | - |
| YUV | 167.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 200 | 0.07 | 0.24 | 0 | 0.22 | 282.5 | 0.3 | 0.69 |
| Hex | BA | 98 | C8 | 7 | 18 | 0 | 16 | 11A | 1E | 45 |
| Octal | 272 | 230 | 310 | 7 | 30 | 0 | 26 | 432 | 36 | 105 |
| Binary | 10111010 | 10011000 | 11001000 | 111 | 11000 | 0 | 10110 | 100011010 | 11110 | 1000101 |
Color Harmonies of #BA98C8
Complementary color
Monochromatic Colors of #BA98C8
Black with #BA98C8
Text Example
Text Example
White with #BA98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98C8; }
p { color: rgb(186,152,200); }
H1.HeaderClassName
{
color: #BA98C8;
}
.AnyTagClassName
{
color: #BA98C8;
}
</style>
background-color css
<style>
a { background-color: #BA98C8; }
a { background-color: rgb(186,152,200); }
div.DivClassName
{
background-color: #BA98C8;
}
.BgClassName
{
background-color: #BA98C8;
}
</style>
border-color css
<style>
span { border-color: #BA98C8; }
span { border-color: rgb(186,152,200); }
td.TdClassName
{
border-color: #BA98C8;
}
.TagClassName
{
border-color: #BA98C8;
}
</style>