Shades of East Side #BA96C4
Tints of East Side #BA96C4
RGB
CMYK
RGB Variations
Color information
#BA96C4 (or 0xBA96C4) is known color: East Side. HEX triplet: BA, 96 and C4. RGB value is (186,150,196). Sum of RGB (Red+Green+Blue) = 186+150+196=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96C4 is #45693B. Grayscale: #A5A5A5. Windows color (decimal): -4548924 or 12883642. OLE color: 12883642.
HSL color Cylindrical-coordinate representation of color #BA96C4: hue angle of 286.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA96C4 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 150 | 196 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.23 |
| HSL | 286.96º | 0.28% | 0.68% | - |
| HSV(B) | 286.96º | 0.23% | 0.77% | - |
| XYZ | 41.12 | 36.24 | 57.05 | - |
| YUV | 166.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 196 | 0.05 | 0.23 | 0 | 0.23 | 286.96 | 0.28 | 0.68 |
| Hex | BA | 96 | C4 | 5 | 17 | 0 | 17 | 11F | 1C | 44 |
| Octal | 272 | 226 | 304 | 5 | 27 | 0 | 27 | 437 | 34 | 104 |
| Binary | 10111010 | 10010110 | 11000100 | 101 | 10111 | 0 | 10111 | 100011111 | 11100 | 1000100 |
Color Harmonies of #BA96C4
Complementary color
Monochromatic Colors of #BA96C4
Black with #BA96C4
Text Example
Text Example
White with #BA96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96C4; }
p { color: rgb(186,150,196); }
H1.HeaderClassName
{
color: #BA96C4;
}
.AnyTagClassName
{
color: #BA96C4;
}
</style>
background-color css
<style>
a { background-color: #BA96C4; }
a { background-color: rgb(186,150,196); }
div.DivClassName
{
background-color: #BA96C4;
}
.BgClassName
{
background-color: #BA96C4;
}
</style>
border-color css
<style>
span { border-color: #BA96C4; }
span { border-color: rgb(186,150,196); }
td.TdClassName
{
border-color: #BA96C4;
}
.TagClassName
{
border-color: #BA96C4;
}
</style>