Shades of London Hue #BA98BA
Tints of London Hue #BA98BA
RGB
CMYK
RGB Variations
Color information
#BA98BA (or 0xBA98BA) is known color: London Hue. HEX triplet: BA, 98 and BA. RGB value is (186,152,186). Sum of RGB (Red+Green+Blue) = 186+152+186=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BA is #456745. Grayscale: #A5A5A5. Windows color (decimal): -4548422 or 12228794. OLE color: 12228794.
HSL color Cylindrical-coordinate representation of color #BA98BA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA98BA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 186 | - |
| CMYK | 0 | 0.18 | 0 | 0.27 |
| HSL | 300º | 0.2% | 0.66% | - |
| HSV(B) | 300º | 0.18% | 0.73% | - |
| XYZ | 40.34 | 36.44 | 51.36 | - |
| YUV | 166.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 186 | 0 | 0.18 | 0 | 0.27 | 300 | 0.2 | 0.66 |
| Hex | BA | 98 | BA | 0 | 12 | 0 | 1B | 12C | 14 | 42 |
| Octal | 272 | 230 | 272 | 0 | 22 | 0 | 33 | 454 | 24 | 102 |
| Binary | 10111010 | 10011000 | 10111010 | 0 | 10010 | 0 | 11011 | 100101100 | 10100 | 1000010 |
Color Harmonies of #BA98BA
Complementary color
Monochromatic Colors of #BA98BA
Black with #BA98BA
Text Example
Text Example
White with #BA98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98BA; }
p { color: rgb(186,152,186); }
H1.HeaderClassName
{
color: #BA98BA;
}
.AnyTagClassName
{
color: #BA98BA;
}
</style>
background-color css
<style>
a { background-color: #BA98BA; }
a { background-color: rgb(186,152,186); }
div.DivClassName
{
background-color: #BA98BA;
}
.BgClassName
{
background-color: #BA98BA;
}
</style>
border-color css
<style>
span { border-color: #BA98BA; }
span { border-color: rgb(186,152,186); }
td.TdClassName
{
border-color: #BA98BA;
}
.TagClassName
{
border-color: #BA98BA;
}
</style>