Shades of London Hue #BA99B4
Tints of London Hue #BA99B4
RGB
CMYK
RGB Variations
Color information
#BA99B4 (or 0xBA99B4) is known color: London Hue. HEX triplet: BA, 99 and B4. RGB value is (186,153,180). Sum of RGB (Red+Green+Blue) = 186+153+180=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B4 is #45664B. Grayscale: #A5A5A5. Windows color (decimal): -4548172 or 11835834. OLE color: 11835834.
HSL color Cylindrical-coordinate representation of color #BA99B4: hue angle of 310.91º degrees, saturation: 0.19, 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 #BA99B4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 180 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.27 |
| HSL | 310.91º | 0.19% | 0.66% | - |
| HSV(B) | 310.91º | 0.18% | 0.73% | - |
| XYZ | 39.88 | 36.52 | 48.13 | - |
| YUV | 165.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 180 | 0 | 0.18 | 0.03 | 0.27 | 310.91 | 0.19 | 0.66 |
| Hex | BA | 99 | B4 | 0 | 12 | 3 | 1B | 137 | 13 | 42 |
| Octal | 272 | 231 | 264 | 0 | 22 | 3 | 33 | 467 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10110100 | 0 | 10010 | 11 | 11011 | 100110111 | 10011 | 1000010 |
Color Harmonies of #BA99B4
Complementary color
Monochromatic Colors of #BA99B4
Black with #BA99B4
Text Example
Text Example
White with #BA99B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99B4; }
p { color: rgb(186,153,180); }
H1.HeaderClassName
{
color: #BA99B4;
}
.AnyTagClassName
{
color: #BA99B4;
}
</style>
background-color css
<style>
a { background-color: #BA99B4; }
a { background-color: rgb(186,153,180); }
div.DivClassName
{
background-color: #BA99B4;
}
.BgClassName
{
background-color: #BA99B4;
}
</style>
border-color css
<style>
span { border-color: #BA99B4; }
span { border-color: rgb(186,153,180); }
td.TdClassName
{
border-color: #BA99B4;
}
.TagClassName
{
border-color: #BA99B4;
}
</style>