Shades of London Hue #BA99B8
Tints of London Hue #BA99B8
RGB
CMYK
RGB Variations
Color information
#BA99B8 (or 0xBA99B8) is known color: London Hue. HEX triplet: BA, 99 and B8. RGB value is (186,153,184). Sum of RGB (Red+Green+Blue) = 186+153+184=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B8 is #456647. Grayscale: #A6A6A6. Windows color (decimal): -4548168 or 12097978. OLE color: 12097978.
HSL color Cylindrical-coordinate representation of color #BA99B8: hue angle of 303.64º 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 #BA99B8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 184 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.27 |
| HSL | 303.64º | 0.19% | 0.66% | - |
| HSV(B) | 303.64º | 0.18% | 0.73% | - |
| XYZ | 40.29 | 36.68 | 50.3 | - |
| YUV | 166.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 184 | 0 | 0.18 | 0.01 | 0.27 | 303.64 | 0.19 | 0.66 |
| Hex | BA | 99 | B8 | 0 | 12 | 1 | 1B | 130 | 13 | 42 |
| Octal | 272 | 231 | 270 | 0 | 22 | 1 | 33 | 460 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10111000 | 0 | 10010 | 1 | 11011 | 100110000 | 10011 | 1000010 |
Color Harmonies of #BA99B8
Complementary color
Monochromatic Colors of #BA99B8
Black with #BA99B8
Text Example
Text Example
White with #BA99B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99B8; }
p { color: rgb(186,153,184); }
H1.HeaderClassName
{
color: #BA99B8;
}
.AnyTagClassName
{
color: #BA99B8;
}
</style>
background-color css
<style>
a { background-color: #BA99B8; }
a { background-color: rgb(186,153,184); }
div.DivClassName
{
background-color: #BA99B8;
}
.BgClassName
{
background-color: #BA99B8;
}
</style>
border-color css
<style>
span { border-color: #BA99B8; }
span { border-color: rgb(186,153,184); }
td.TdClassName
{
border-color: #BA99B8;
}
.TagClassName
{
border-color: #BA99B8;
}
</style>