Shades of Perfume #BA9DEF
Tints of Perfume #BA9DEF
RGB
CMYK
RGB Variations
Color information
#BA9DEF (or 0xBA9DEF) is known color: Perfume. HEX triplet: BA, 9D and EF. RGB value is (186,157,239). Sum of RGB (Red+Green+Blue) = 186+157+239=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA9DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DEF is #456210. Grayscale: #AEAEAE. Windows color (decimal): -4547089 or 15703482. OLE color: 15703482.
HSL color Cylindrical-coordinate representation of color #BA9DEF: hue angle of 261.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9DEF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 157 | 239 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.06 |
| HSL | 261.22º | 0.72% | 0.78% | - |
| HSV(B) | 261.22º | 0.34% | 0.94% | - |
| XYZ | 47.89 | 40.79 | 87.01 | - |
| YUV | 175.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 239 | 0.22 | 0.34 | 0 | 0.06 | 261.22 | 0.72 | 0.78 |
| Hex | BA | 9D | EF | 16 | 22 | 0 | 6 | 105 | 48 | 4E |
| Octal | 272 | 235 | 357 | 26 | 42 | 0 | 6 | 405 | 110 | 116 |
| Binary | 10111010 | 10011101 | 11101111 | 10110 | 100010 | 0 | 110 | 100000101 | 1001000 | 1001110 |
Color Harmonies of #BA9DEF
Complementary color
Monochromatic Colors of #BA9DEF
Black with #BA9DEF
Text Example
Text Example
White with #BA9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DEF; }
p { color: rgb(186,157,239); }
H1.HeaderClassName
{
color: #BA9DEF;
}
.AnyTagClassName
{
color: #BA9DEF;
}
</style>
background-color css
<style>
a { background-color: #BA9DEF; }
a { background-color: rgb(186,157,239); }
div.DivClassName
{
background-color: #BA9DEF;
}
.BgClassName
{
background-color: #BA9DEF;
}
</style>
border-color css
<style>
span { border-color: #BA9DEF; }
span { border-color: rgb(186,157,239); }
td.TdClassName
{
border-color: #BA9DEF;
}
.TagClassName
{
border-color: #BA9DEF;
}
</style>