Shades of East Side #BA98C9
Tints of East Side #BA98C9
RGB
CMYK
RGB Variations
Color information
#BA98C9 (or 0xBA98C9) is known color: East Side. HEX triplet: BA, 98 and C9. RGB value is (186,152,201). Sum of RGB (Red+Green+Blue) = 186+152+201=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA98C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C9 is #456736. Grayscale: #A7A7A7. Windows color (decimal): -4548407 or 13211834. OLE color: 13211834.
HSL color Cylindrical-coordinate representation of color #BA98C9: hue angle of 281.63º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA98C9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 152 | 201 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.21 |
| HSL | 281.63º | 0.31% | 0.69% | - |
| HSV(B) | 281.63º | 0.24% | 0.79% | - |
| XYZ | 42.02 | 37.11 | 60.21 | - |
| YUV | 167.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 201 | 0.07 | 0.24 | 0 | 0.21 | 281.63 | 0.31 | 0.69 |
| Hex | BA | 98 | C9 | 7 | 18 | 0 | 15 | 11A | 1F | 45 |
| Octal | 272 | 230 | 311 | 7 | 30 | 0 | 25 | 432 | 37 | 105 |
| Binary | 10111010 | 10011000 | 11001001 | 111 | 11000 | 0 | 10101 | 100011010 | 11111 | 1000101 |
Color Harmonies of #BA98C9
Complementary color
Monochromatic Colors of #BA98C9
Black with #BA98C9
Text Example
Text Example
White with #BA98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98C9; }
p { color: rgb(186,152,201); }
H1.HeaderClassName
{
color: #BA98C9;
}
.AnyTagClassName
{
color: #BA98C9;
}
</style>
background-color css
<style>
a { background-color: #BA98C9; }
a { background-color: rgb(186,152,201); }
div.DivClassName
{
background-color: #BA98C9;
}
.BgClassName
{
background-color: #BA98C9;
}
</style>
border-color css
<style>
span { border-color: #BA98C9; }
span { border-color: rgb(186,152,201); }
td.TdClassName
{
border-color: #BA98C9;
}
.TagClassName
{
border-color: #BA98C9;
}
</style>