Shades of Perfume #BA9AFC
Tints of Perfume #BA9AFC
RGB
CMYK
RGB Variations
Color information
#BA9AFC (or 0xBA9AFC) is known color: Perfume. HEX triplet: BA, 9A and FC. RGB value is (186,154,252). Sum of RGB (Red+Green+Blue) = 186+154+252=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AFC is #456503. Grayscale: #AEAEAE. Windows color (decimal): -4547844 or 16554682. OLE color: 16554682.
HSL color Cylindrical-coordinate representation of color #BA9AFC: hue angle of 259.59º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9AFC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 154 | 252 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.01 |
| HSL | 259.59º | 0.94% | 0.8% | - |
| HSV(B) | 259.59º | 0.39% | 0.99% | - |
| XYZ | 49.38 | 40.58 | 97.33 | - |
| YUV | 174.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 252 | 0.26 | 0.39 | 0 | 0.01 | 259.59 | 0.94 | 0.8 |
| Hex | BA | 9A | FC | 1A | 27 | 0 | 1 | 104 | 5E | 50 |
| Octal | 272 | 232 | 374 | 32 | 47 | 0 | 1 | 404 | 136 | 120 |
| Binary | 10111010 | 10011010 | 11111100 | 11010 | 100111 | 0 | 1 | 100000100 | 1011110 | 1010000 |
Color Harmonies of #BA9AFC
Complementary color
Monochromatic Colors of #BA9AFC
Black with #BA9AFC
Text Example
Text Example
White with #BA9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AFC; }
p { color: rgb(186,154,252); }
H1.HeaderClassName
{
color: #BA9AFC;
}
.AnyTagClassName
{
color: #BA9AFC;
}
</style>
background-color css
<style>
a { background-color: #BA9AFC; }
a { background-color: rgb(186,154,252); }
div.DivClassName
{
background-color: #BA9AFC;
}
.BgClassName
{
background-color: #BA9AFC;
}
</style>
border-color css
<style>
span { border-color: #BA9AFC; }
span { border-color: rgb(186,154,252); }
td.TdClassName
{
border-color: #BA9AFC;
}
.TagClassName
{
border-color: #BA9AFC;
}
</style>