Shades of Perfume #BA9CFF
Tints of Perfume #BA9CFF
RGB
CMYK
RGB Variations
Color information
#BA9CFF (or 0xBA9CFF) is known color: Perfume. HEX triplet: BA, 9C and FF. RGB value is (186,156,255). Sum of RGB (Red+Green+Blue) = 186+156+255=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CFF is #456300. Grayscale: #AFAFAF. Windows color (decimal): -4547329 or 16751802. OLE color: 16751802.
HSL color Cylindrical-coordinate representation of color #BA9CFF: hue angle of 258.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9CFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 156 | 255 | - |
| CMYK | 0.27 | 0.39 | 0 | 0 |
| HSL | 258.18º | 1% | 0.81% | - |
| HSV(B) | 258.18º | 0.39% | 1% | - |
| XYZ | 50.19 | 41.44 | 99.96 | - |
| YUV | 176.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 255 | 0.27 | 0.39 | 0 | 0 | 258.18 | 1 | 0.81 |
| Hex | BA | 9C | FF | 1B | 27 | 0 | 0 | 102 | 64 | 51 |
| Octal | 272 | 234 | 377 | 33 | 47 | 0 | 0 | 402 | 144 | 121 |
| Binary | 10111010 | 10011100 | 11111111 | 11011 | 100111 | 0 | 0 | 100000010 | 1100100 | 1010001 |
Color Harmonies of #BA9CFF
Complementary color
Monochromatic Colors of #BA9CFF
Black with #BA9CFF
Text Example
Text Example
White with #BA9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CFF; }
p { color: rgb(186,156,255); }
H1.HeaderClassName
{
color: #BA9CFF;
}
.AnyTagClassName
{
color: #BA9CFF;
}
</style>
background-color css
<style>
a { background-color: #BA9CFF; }
a { background-color: rgb(186,156,255); }
div.DivClassName
{
background-color: #BA9CFF;
}
.BgClassName
{
background-color: #BA9CFF;
}
</style>
border-color css
<style>
span { border-color: #BA9CFF; }
span { border-color: rgb(186,156,255); }
td.TdClassName
{
border-color: #BA9CFF;
}
.TagClassName
{
border-color: #BA9CFF;
}
</style>