Shades of Perfume #BA9CF3
Tints of Perfume #BA9CF3
RGB
CMYK
RGB Variations
Color information
#BA9CF3 (or 0xBA9CF3) is known color: Perfume. HEX triplet: BA, 9C and F3. RGB value is (186,156,243). Sum of RGB (Red+Green+Blue) = 186+156+243=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CF3 is #45630C. Grayscale: #AEAEAE. Windows color (decimal): -4547341 or 15965370. OLE color: 15965370.
HSL color Cylindrical-coordinate representation of color #BA9CF3: hue angle of 260.69º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9CF3 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 156 | 243 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.05 |
| HSL | 260.69º | 0.78% | 0.78% | - |
| HSV(B) | 260.69º | 0.36% | 0.95% | - |
| XYZ | 48.32 | 40.69 | 90.1 | - |
| YUV | 174.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 243 | 0.23 | 0.36 | 0 | 0.05 | 260.69 | 0.78 | 0.78 |
| Hex | BA | 9C | F3 | 17 | 24 | 0 | 5 | 105 | 4E | 4E |
| Octal | 272 | 234 | 363 | 27 | 44 | 0 | 5 | 405 | 116 | 116 |
| Binary | 10111010 | 10011100 | 11110011 | 10111 | 100100 | 0 | 101 | 100000101 | 1001110 | 1001110 |
Color Harmonies of #BA9CF3
Complementary color
Monochromatic Colors of #BA9CF3
Black with #BA9CF3
Text Example
Text Example
White with #BA9CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CF3; }
p { color: rgb(186,156,243); }
H1.HeaderClassName
{
color: #BA9CF3;
}
.AnyTagClassName
{
color: #BA9CF3;
}
</style>
background-color css
<style>
a { background-color: #BA9CF3; }
a { background-color: rgb(186,156,243); }
div.DivClassName
{
background-color: #BA9CF3;
}
.BgClassName
{
background-color: #BA9CF3;
}
</style>
border-color css
<style>
span { border-color: #BA9CF3; }
span { border-color: rgb(186,156,243); }
td.TdClassName
{
border-color: #BA9CF3;
}
.TagClassName
{
border-color: #BA9CF3;
}
</style>