Shades of Perfume #BA9AF3
Tints of Perfume #BA9AF3
RGB
CMYK
RGB Variations
Color information
#BA9AF3 (or 0xBA9AF3) is known color: Perfume. HEX triplet: BA, 9A and F3. RGB value is (186,154,243). Sum of RGB (Red+Green+Blue) = 186+154+243=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AF3 is #45650C. Grayscale: #ADADAD. Windows color (decimal): -4547853 or 15964858. OLE color: 15964858.
HSL color Cylindrical-coordinate representation of color #BA9AF3: hue angle of 261.57º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9AF3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 154 | 243 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 261.57º | 0.79% | 0.78% | - |
| HSV(B) | 261.57º | 0.37% | 0.95% | - |
| XYZ | 47.98 | 40.02 | 89.99 | - |
| YUV | 173.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 243 | 0.23 | 0.37 | 0 | 0.05 | 261.57 | 0.79 | 0.78 |
| Hex | BA | 9A | F3 | 17 | 25 | 0 | 5 | 106 | 4F | 4E |
| Octal | 272 | 232 | 363 | 27 | 45 | 0 | 5 | 406 | 117 | 116 |
| Binary | 10111010 | 10011010 | 11110011 | 10111 | 100101 | 0 | 101 | 100000110 | 1001111 | 1001110 |
Color Harmonies of #BA9AF3
Complementary color
Monochromatic Colors of #BA9AF3
Black with #BA9AF3
Text Example
Text Example
White with #BA9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AF3; }
p { color: rgb(186,154,243); }
H1.HeaderClassName
{
color: #BA9AF3;
}
.AnyTagClassName
{
color: #BA9AF3;
}
</style>
background-color css
<style>
a { background-color: #BA9AF3; }
a { background-color: rgb(186,154,243); }
div.DivClassName
{
background-color: #BA9AF3;
}
.BgClassName
{
background-color: #BA9AF3;
}
</style>
border-color css
<style>
span { border-color: #BA9AF3; }
span { border-color: rgb(186,154,243); }
td.TdClassName
{
border-color: #BA9AF3;
}
.TagClassName
{
border-color: #BA9AF3;
}
</style>