Shades of Perfume #BA9AD6
Tints of Perfume #BA9AD6
RGB
CMYK
RGB Variations
Color information
#BA9AD6 (or 0xBA9AD6) is known color: Perfume. HEX triplet: BA, 9A and D6. RGB value is (186,154,214). Sum of RGB (Red+Green+Blue) = 186+154+214=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AD6 is #456529. Grayscale: #AAAAAA. Windows color (decimal): -4547882 or 14064314. OLE color: 14064314.
HSL color Cylindrical-coordinate representation of color #BA9AD6: hue angle of 272º degrees, saturation: 0.42, 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 #BA9AD6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 154 | 214 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.16 |
| HSL | 272º | 0.42% | 0.72% | - |
| HSV(B) | 272º | 0.28% | 0.84% | - |
| XYZ | 43.94 | 38.41 | 68.72 | - |
| YUV | 170.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 214 | 0.13 | 0.28 | 0 | 0.16 | 272 | 0.42 | 0.72 |
| Hex | BA | 9A | D6 | D | 1C | 0 | 10 | 110 | 2A | 48 |
| Octal | 272 | 232 | 326 | 15 | 34 | 0 | 20 | 420 | 52 | 110 |
| Binary | 10111010 | 10011010 | 11010110 | 1101 | 11100 | 0 | 10000 | 100010000 | 101010 | 1001000 |
Color Harmonies of #BA9AD6
Complementary color
Monochromatic Colors of #BA9AD6
Black with #BA9AD6
Text Example
Text Example
White with #BA9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AD6; }
p { color: rgb(186,154,214); }
H1.HeaderClassName
{
color: #BA9AD6;
}
.AnyTagClassName
{
color: #BA9AD6;
}
</style>
background-color css
<style>
a { background-color: #BA9AD6; }
a { background-color: rgb(186,154,214); }
div.DivClassName
{
background-color: #BA9AD6;
}
.BgClassName
{
background-color: #BA9AD6;
}
</style>
border-color css
<style>
span { border-color: #BA9AD6; }
span { border-color: rgb(186,154,214); }
td.TdClassName
{
border-color: #BA9AD6;
}
.TagClassName
{
border-color: #BA9AD6;
}
</style>