Shades of London Hue #BA99B5
Tints of London Hue #BA99B5
RGB
CMYK
RGB Variations
Color information
#BA99B5 (or 0xBA99B5) is known color: London Hue. HEX triplet: BA, 99 and B5. RGB value is (186,153,181). Sum of RGB (Red+Green+Blue) = 186+153+181=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B5 is #45664A. Grayscale: #A5A5A5. Windows color (decimal): -4548171 or 11901370. OLE color: 11901370.
HSL color Cylindrical-coordinate representation of color #BA99B5: hue angle of 309.09º 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 #BA99B5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 153 | 181 | - |
CMYK | 0 | 0.18 | 0.03 | 0.27 |
HSL | 309.09º | 0.19% | 0.66% | - |
HSV(B) | 309.09º | 0.18% | 0.73% | - |
XYZ | 39.98 | 36.56 | 48.67 | - |
YUV | 166.06 | 136.43 | 142.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 153 | 181 | 0 | 0.18 | 0.03 | 0.27 | 309.09 | 0.19 | 0.66 |
Hex | BA | 99 | B5 | 0 | 12 | 3 | 1B | 135 | 13 | 42 |
Octal | 272 | 231 | 265 | 0 | 22 | 3 | 33 | 465 | 23 | 102 |
Binary | 10111010 | 10011001 | 10110101 | 0 | 10010 | 11 | 11011 | 100110101 | 10011 | 1000010 |
Color Harmonies of #BA99B5
Complementary color
Monochromatic Colors of #BA99B5
Black with #BA99B5
Text Example
Text Example
White with #BA99B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99B5; }
p { color: rgb(186,153,181); }
H1.HeaderClassName
{
color: #BA99B5;
}
.AnyTagClassName
{
color: #BA99B5;
}
</style>
background-color css
<style>
a { background-color: #BA99B5; }
a { background-color: rgb(186,153,181); }
div.DivClassName
{
background-color: #BA99B5;
}
.BgClassName
{
background-color: #BA99B5;
}
</style>
border-color css
<style>
span { border-color: #BA99B5; }
span { border-color: rgb(186,153,181); }
td.TdClassName
{
border-color: #BA99B5;
}
.TagClassName
{
border-color: #BA99B5;
}
</style>