Shades of Perfume #BA9CF6
Tints of Perfume #BA9CF6
RGB
CMYK
RGB Variations
Color information
#BA9CF6 (or 0xBA9CF6) is known color: Perfume. HEX triplet: BA, 9C and F6. RGB value is (186,156,246). Sum of RGB (Red+Green+Blue) = 186+156+246=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA9CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CF6 is #456309. Grayscale: #AEAEAE. Windows color (decimal): -4547338 or 16161978. OLE color: 16161978.
HSL color Cylindrical-coordinate representation of color #BA9CF6: hue angle of 260º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9CF6 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 156 | 246 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.04 |
| HSL | 260º | 0.83% | 0.79% | - |
| HSV(B) | 260º | 0.37% | 0.96% | - |
| XYZ | 48.77 | 40.87 | 92.51 | - |
| YUV | 175.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 246 | 0.24 | 0.37 | 0 | 0.04 | 260 | 0.83 | 0.79 |
| Hex | BA | 9C | F6 | 18 | 25 | 0 | 4 | 104 | 53 | 4F |
| Octal | 272 | 234 | 366 | 30 | 45 | 0 | 4 | 404 | 123 | 117 |
| Binary | 10111010 | 10011100 | 11110110 | 11000 | 100101 | 0 | 100 | 100000100 | 1010011 | 1001111 |
Color Harmonies of #BA9CF6
Complementary color
Monochromatic Colors of #BA9CF6
Black with #BA9CF6
Text Example
Text Example
White with #BA9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CF6; }
p { color: rgb(186,156,246); }
H1.HeaderClassName
{
color: #BA9CF6;
}
.AnyTagClassName
{
color: #BA9CF6;
}
</style>
background-color css
<style>
a { background-color: #BA9CF6; }
a { background-color: rgb(186,156,246); }
div.DivClassName
{
background-color: #BA9CF6;
}
.BgClassName
{
background-color: #BA9CF6;
}
</style>
border-color css
<style>
span { border-color: #BA9CF6; }
span { border-color: rgb(186,156,246); }
td.TdClassName
{
border-color: #BA9CF6;
}
.TagClassName
{
border-color: #BA9CF6;
}
</style>