Shades of East Side #BA7DBF
Tints of East Side #BA7DBF
RGB
CMYK
RGB Variations
Color information
#BA7DBF (or 0xBA7DBF) is known color: East Side. HEX triplet: BA, 7D and BF. RGB value is (186,125,191). Sum of RGB (Red+Green+Blue) = 186+125+191=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBF is #458240. Grayscale: #969696. Windows color (decimal): -4555329 or 12549562. OLE color: 12549562.
HSL color Cylindrical-coordinate representation of color #BA7DBF: hue angle of 295.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7DBF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 125 | 191 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.25 |
| HSL | 295.45º | 0.34% | 0.62% | - |
| HSV(B) | 295.45º | 0.35% | 0.75% | - |
| XYZ | 36.99 | 28.87 | 52.91 | - |
| YUV | 150.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 191 | 0.03 | 0.35 | 0 | 0.25 | 295.45 | 0.34 | 0.62 |
| Hex | BA | 7D | BF | 3 | 23 | 0 | 19 | 127 | 22 | 3E |
| Octal | 272 | 175 | 277 | 3 | 43 | 0 | 31 | 447 | 42 | 76 |
| Binary | 10111010 | 1111101 | 10111111 | 11 | 100011 | 0 | 11001 | 100100111 | 100010 | 111110 |
Color Harmonies of #BA7DBF
Complementary color
Monochromatic Colors of #BA7DBF
Black with #BA7DBF
Text Example
Text Example
White with #BA7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DBF; }
p { color: rgb(186,125,191); }
H1.HeaderClassName
{
color: #BA7DBF;
}
.AnyTagClassName
{
color: #BA7DBF;
}
</style>
background-color css
<style>
a { background-color: #BA7DBF; }
a { background-color: rgb(186,125,191); }
div.DivClassName
{
background-color: #BA7DBF;
}
.BgClassName
{
background-color: #BA7DBF;
}
</style>
border-color css
<style>
span { border-color: #BA7DBF; }
span { border-color: rgb(186,125,191); }
td.TdClassName
{
border-color: #BA7DBF;
}
.TagClassName
{
border-color: #BA7DBF;
}
</style>