Shades of East Side #BA99C9
Tints of East Side #BA99C9
RGB
CMYK
RGB Variations
Color information
#BA99C9 (or 0xBA99C9) is known color: East Side. HEX triplet: BA, 99 and C9. RGB value is (186,153,201). Sum of RGB (Red+Green+Blue) = 186+153+201=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C9 is #456636. Grayscale: #A8A8A8. Windows color (decimal): -4548151 or 13212090. OLE color: 13212090.
HSL color Cylindrical-coordinate representation of color #BA99C9: hue angle of 281.25º 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 #BA99C9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 153 | 201 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.21 |
| HSL | 281.25º | 0.31% | 0.69% | - |
| HSV(B) | 281.25º | 0.24% | 0.79% | - |
| XYZ | 42.18 | 37.44 | 60.26 | - |
| YUV | 168.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 201 | 0.07 | 0.24 | 0 | 0.21 | 281.25 | 0.31 | 0.69 |
| Hex | BA | 99 | C9 | 7 | 18 | 0 | 15 | 119 | 1F | 45 |
| Octal | 272 | 231 | 311 | 7 | 30 | 0 | 25 | 431 | 37 | 105 |
| Binary | 10111010 | 10011001 | 11001001 | 111 | 11000 | 0 | 10101 | 100011001 | 11111 | 1000101 |
Color Harmonies of #BA99C9
Complementary color
Monochromatic Colors of #BA99C9
Black with #BA99C9
Text Example
Text Example
White with #BA99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99C9; }
p { color: rgb(186,153,201); }
H1.HeaderClassName
{
color: #BA99C9;
}
.AnyTagClassName
{
color: #BA99C9;
}
</style>
background-color css
<style>
a { background-color: #BA99C9; }
a { background-color: rgb(186,153,201); }
div.DivClassName
{
background-color: #BA99C9;
}
.BgClassName
{
background-color: #BA99C9;
}
</style>
border-color css
<style>
span { border-color: #BA99C9; }
span { border-color: rgb(186,153,201); }
td.TdClassName
{
border-color: #BA99C9;
}
.TagClassName
{
border-color: #BA99C9;
}
</style>