Shades of Perfume #BA9CEF
Tints of Perfume #BA9CEF
RGB
CMYK
RGB Variations
Color information
#BA9CEF (or 0xBA9CEF) is known color: Perfume. HEX triplet: BA, 9C and EF. RGB value is (186,156,239). Sum of RGB (Red+Green+Blue) = 186+156+239=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CEF is #456310. Grayscale: #AEAEAE. Windows color (decimal): -4547345 or 15703226. OLE color: 15703226.
HSL color Cylindrical-coordinate representation of color #BA9CEF: hue angle of 261.69º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9CEF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 156 | 239 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.06 |
| HSL | 261.69º | 0.72% | 0.77% | - |
| HSV(B) | 261.69º | 0.35% | 0.94% | - |
| XYZ | 47.72 | 40.45 | 86.95 | - |
| YUV | 174.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 239 | 0.22 | 0.35 | 0 | 0.06 | 261.69 | 0.72 | 0.77 |
| Hex | BA | 9C | EF | 16 | 23 | 0 | 6 | 106 | 48 | 4D |
| Octal | 272 | 234 | 357 | 26 | 43 | 0 | 6 | 406 | 110 | 115 |
| Binary | 10111010 | 10011100 | 11101111 | 10110 | 100011 | 0 | 110 | 100000110 | 1001000 | 1001101 |
Color Harmonies of #BA9CEF
Complementary color
Monochromatic Colors of #BA9CEF
Black with #BA9CEF
Text Example
Text Example
White with #BA9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CEF; }
p { color: rgb(186,156,239); }
H1.HeaderClassName
{
color: #BA9CEF;
}
.AnyTagClassName
{
color: #BA9CEF;
}
</style>
background-color css
<style>
a { background-color: #BA9CEF; }
a { background-color: rgb(186,156,239); }
div.DivClassName
{
background-color: #BA9CEF;
}
.BgClassName
{
background-color: #BA9CEF;
}
</style>
border-color css
<style>
span { border-color: #BA9CEF; }
span { border-color: rgb(186,156,239); }
td.TdClassName
{
border-color: #BA9CEF;
}
.TagClassName
{
border-color: #BA9CEF;
}
</style>