Shades of Perfume #BA9AD5
Tints of Perfume #BA9AD5
RGB
CMYK
RGB Variations
Color information
#BA9AD5 (or 0xBA9AD5) is known color: Perfume. HEX triplet: BA, 9A and D5. RGB value is (186,154,213). Sum of RGB (Red+Green+Blue) = 186+154+213=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AD5 is #45652A. Grayscale: #AAAAAA. Windows color (decimal): -4547883 or 13998778. OLE color: 13998778.
HSL color Cylindrical-coordinate representation of color #BA9AD5: hue angle of 272.54º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9AD5 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 154 | 213 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.16 |
| HSL | 272.54º | 0.41% | 0.72% | - |
| HSV(B) | 272.54º | 0.28% | 0.84% | - |
| XYZ | 43.82 | 38.35 | 68.04 | - |
| YUV | 170.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 213 | 0.13 | 0.28 | 0 | 0.16 | 272.54 | 0.41 | 0.72 |
| Hex | BA | 9A | D5 | D | 1C | 0 | 10 | 111 | 29 | 48 |
| Octal | 272 | 232 | 325 | 15 | 34 | 0 | 20 | 421 | 51 | 110 |
| Binary | 10111010 | 10011010 | 11010101 | 1101 | 11100 | 0 | 10000 | 100010001 | 101001 | 1001000 |
Color Harmonies of #BA9AD5
Complementary color
Monochromatic Colors of #BA9AD5
Black with #BA9AD5
Text Example
Text Example
White with #BA9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AD5; }
p { color: rgb(186,154,213); }
H1.HeaderClassName
{
color: #BA9AD5;
}
.AnyTagClassName
{
color: #BA9AD5;
}
</style>
background-color css
<style>
a { background-color: #BA9AD5; }
a { background-color: rgb(186,154,213); }
div.DivClassName
{
background-color: #BA9AD5;
}
.BgClassName
{
background-color: #BA9AD5;
}
</style>
border-color css
<style>
span { border-color: #BA9AD5; }
span { border-color: rgb(186,154,213); }
td.TdClassName
{
border-color: #BA9AD5;
}
.TagClassName
{
border-color: #BA9AD5;
}
</style>