Shades of Perfume #BA9CF1
Tints of Perfume #BA9CF1
RGB
CMYK
RGB Variations
Color information
#BA9CF1 (or 0xBA9CF1) is known color: Perfume. HEX triplet: BA, 9C and F1. RGB value is (186,156,241). Sum of RGB (Red+Green+Blue) = 186+156+241=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CF1 is #45630E. Grayscale: #AEAEAE. Windows color (decimal): -4547343 or 15834298. OLE color: 15834298.
HSL color Cylindrical-coordinate representation of color #BA9CF1: hue angle of 261.18º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9CF1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 156 | 241 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 261.18º | 0.75% | 0.78% | - |
| HSV(B) | 261.18º | 0.35% | 0.95% | - |
| XYZ | 48.02 | 40.57 | 88.52 | - |
| YUV | 174.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 241 | 0.23 | 0.35 | 0 | 0.05 | 261.18 | 0.75 | 0.78 |
| Hex | BA | 9C | F1 | 17 | 23 | 0 | 5 | 105 | 4B | 4E |
| Octal | 272 | 234 | 361 | 27 | 43 | 0 | 5 | 405 | 113 | 116 |
| Binary | 10111010 | 10011100 | 11110001 | 10111 | 100011 | 0 | 101 | 100000101 | 1001011 | 1001110 |
Color Harmonies of #BA9CF1
Complementary color
Monochromatic Colors of #BA9CF1
Black with #BA9CF1
Text Example
Text Example
White with #BA9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CF1; }
p { color: rgb(186,156,241); }
H1.HeaderClassName
{
color: #BA9CF1;
}
.AnyTagClassName
{
color: #BA9CF1;
}
</style>
background-color css
<style>
a { background-color: #BA9CF1; }
a { background-color: rgb(186,156,241); }
div.DivClassName
{
background-color: #BA9CF1;
}
.BgClassName
{
background-color: #BA9CF1;
}
</style>
border-color css
<style>
span { border-color: #BA9CF1; }
span { border-color: rgb(186,156,241); }
td.TdClassName
{
border-color: #BA9CF1;
}
.TagClassName
{
border-color: #BA9CF1;
}
</style>