Shades of London Hue #BA95B2
Tints of London Hue #BA95B2
RGB
CMYK
RGB Variations
Color information
#BA95B2 (or 0xBA95B2) is known color: London Hue. HEX triplet: BA, 95 and B2. RGB value is (186,149,178). Sum of RGB (Red+Green+Blue) = 186+149+178=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95B2 is #456A4D. Grayscale: #A3A3A3. Windows color (decimal): -4549198 or 11703738. OLE color: 11703738.
HSL color Cylindrical-coordinate representation of color #BA95B2: hue angle of 312.97º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95B2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 178 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.27 |
| HSL | 312.97º | 0.21% | 0.66% | - |
| HSV(B) | 312.97º | 0.2% | 0.73% | - |
| XYZ | 39.03 | 35.15 | 46.85 | - |
| YUV | 163.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 178 | 0 | 0.20 | 0.04 | 0.27 | 312.97 | 0.21 | 0.66 |
| Hex | BA | 95 | B2 | 0 | 14 | 4 | 1B | 139 | 15 | 42 |
| Octal | 272 | 225 | 262 | 0 | 24 | 4 | 33 | 471 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10110010 | 0 | 10100 | 100 | 11011 | 100111001 | 10101 | 1000010 |
Color Harmonies of #BA95B2
Complementary color
Monochromatic Colors of #BA95B2
Black with #BA95B2
Text Example
Text Example
White with #BA95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95B2; }
p { color: rgb(186,149,178); }
H1.HeaderClassName
{
color: #BA95B2;
}
.AnyTagClassName
{
color: #BA95B2;
}
</style>
background-color css
<style>
a { background-color: #BA95B2; }
a { background-color: rgb(186,149,178); }
div.DivClassName
{
background-color: #BA95B2;
}
.BgClassName
{
background-color: #BA95B2;
}
</style>
border-color css
<style>
span { border-color: #BA95B2; }
span { border-color: rgb(186,149,178); }
td.TdClassName
{
border-color: #BA95B2;
}
.TagClassName
{
border-color: #BA95B2;
}
</style>