Shades of East Side #BA94CA
Tints of East Side #BA94CA
RGB
CMYK
RGB Variations
Color information
#BA94CA (or 0xBA94CA) is known color: East Side. HEX triplet: BA, 94 and CA. RGB value is (186,148,202). Sum of RGB (Red+Green+Blue) = 186+148+202=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94CA is #456B35. Grayscale: #A5A5A5. Windows color (decimal): -4549430 or 13276346. OLE color: 13276346.
HSL color Cylindrical-coordinate representation of color #BA94CA: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA94CA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 148 | 202 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.21 |
| HSL | 282.22º | 0.34% | 0.69% | - |
| HSV(B) | 282.22º | 0.27% | 0.79% | - |
| XYZ | 41.5 | 35.88 | 60.62 | - |
| YUV | 165.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 202 | 0.08 | 0.27 | 0 | 0.21 | 282.22 | 0.34 | 0.69 |
| Hex | BA | 94 | CA | 8 | 1B | 0 | 15 | 11A | 22 | 45 |
| Octal | 272 | 224 | 312 | 10 | 33 | 0 | 25 | 432 | 42 | 105 |
| Binary | 10111010 | 10010100 | 11001010 | 1000 | 11011 | 0 | 10101 | 100011010 | 100010 | 1000101 |
Color Harmonies of #BA94CA
Complementary color
Monochromatic Colors of #BA94CA
Black with #BA94CA
Text Example
Text Example
White with #BA94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94CA; }
p { color: rgb(186,148,202); }
H1.HeaderClassName
{
color: #BA94CA;
}
.AnyTagClassName
{
color: #BA94CA;
}
</style>
background-color css
<style>
a { background-color: #BA94CA; }
a { background-color: rgb(186,148,202); }
div.DivClassName
{
background-color: #BA94CA;
}
.BgClassName
{
background-color: #BA94CA;
}
</style>
border-color css
<style>
span { border-color: #BA94CA; }
span { border-color: rgb(186,148,202); }
td.TdClassName
{
border-color: #BA94CA;
}
.TagClassName
{
border-color: #BA94CA;
}
</style>