Shades of Perfume #BA9FDE
Tints of Perfume #BA9FDE
RGB
CMYK
RGB Variations
Color information
#BA9FDE (or 0xBA9FDE) is known color: Perfume. HEX triplet: BA, 9F and DE. RGB value is (186,159,222). Sum of RGB (Red+Green+Blue) = 186+159+222=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDE is #456021. Grayscale: #AEAEAE. Windows color (decimal): -4546594 or 14589882. OLE color: 14589882.
HSL color Cylindrical-coordinate representation of color #BA9FDE: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9FDE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 159 | 222 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 265.71º | 0.49% | 0.75% | - |
| HSV(B) | 265.71º | 0.28% | 0.87% | - |
| XYZ | 45.83 | 40.51 | 74.51 | - |
| YUV | 174.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 222 | 0.16 | 0.28 | 0 | 0.13 | 265.71 | 0.49 | 0.75 |
| Hex | BA | 9F | DE | 10 | 1C | 0 | D | 10A | 31 | 4B |
| Octal | 272 | 237 | 336 | 20 | 34 | 0 | 15 | 412 | 61 | 113 |
| Binary | 10111010 | 10011111 | 11011110 | 10000 | 11100 | 0 | 1101 | 100001010 | 110001 | 1001011 |
Color Harmonies of #BA9FDE
Complementary color
Monochromatic Colors of #BA9FDE
Black with #BA9FDE
Text Example
Text Example
White with #BA9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FDE; }
p { color: rgb(186,159,222); }
H1.HeaderClassName
{
color: #BA9FDE;
}
.AnyTagClassName
{
color: #BA9FDE;
}
</style>
background-color css
<style>
a { background-color: #BA9FDE; }
a { background-color: rgb(186,159,222); }
div.DivClassName
{
background-color: #BA9FDE;
}
.BgClassName
{
background-color: #BA9FDE;
}
</style>
border-color css
<style>
span { border-color: #BA9FDE; }
span { border-color: rgb(186,159,222); }
td.TdClassName
{
border-color: #BA9FDE;
}
.TagClassName
{
border-color: #BA9FDE;
}
</style>