Shades of Perfume #BA9FD1
Tints of Perfume #BA9FD1
RGB
CMYK
RGB Variations
Color information
#BA9FD1 (or 0xBA9FD1) is known color: Perfume. HEX triplet: BA, 9F and D1. RGB value is (186,159,209). Sum of RGB (Red+Green+Blue) = 186+159+209=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FD1 is #45602E. Grayscale: #ACACAC. Windows color (decimal): -4546607 or 13737914. OLE color: 13737914.
HSL color Cylindrical-coordinate representation of color #BA9FD1: hue angle of 272.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9FD1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 159 | 209 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.18 |
| HSL | 272.4º | 0.35% | 0.72% | - |
| HSV(B) | 272.4º | 0.24% | 0.82% | - |
| XYZ | 44.16 | 39.84 | 65.68 | - |
| YUV | 172.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 209 | 0.11 | 0.24 | 0 | 0.18 | 272.4 | 0.35 | 0.72 |
| Hex | BA | 9F | D1 | B | 18 | 0 | 12 | 110 | 23 | 48 |
| Octal | 272 | 237 | 321 | 13 | 30 | 0 | 22 | 420 | 43 | 110 |
| Binary | 10111010 | 10011111 | 11010001 | 1011 | 11000 | 0 | 10010 | 100010000 | 100011 | 1001000 |
Color Harmonies of #BA9FD1
Complementary color
Monochromatic Colors of #BA9FD1
Black with #BA9FD1
Text Example
Text Example
White with #BA9FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FD1; }
p { color: rgb(186,159,209); }
H1.HeaderClassName
{
color: #BA9FD1;
}
.AnyTagClassName
{
color: #BA9FD1;
}
</style>
background-color css
<style>
a { background-color: #BA9FD1; }
a { background-color: rgb(186,159,209); }
div.DivClassName
{
background-color: #BA9FD1;
}
.BgClassName
{
background-color: #BA9FD1;
}
</style>
border-color css
<style>
span { border-color: #BA9FD1; }
span { border-color: rgb(186,159,209); }
td.TdClassName
{
border-color: #BA9FD1;
}
.TagClassName
{
border-color: #BA9FD1;
}
</style>