Shades of Perfume #BA9DEE
Tints of Perfume #BA9DEE
RGB
CMYK
RGB Variations
Color information
#BA9DEE (or 0xBA9DEE) is known color: Perfume. HEX triplet: BA, 9D and EE. RGB value is (186,157,238). Sum of RGB (Red+Green+Blue) = 186+157+238=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DEE is #456211. Grayscale: #AEAEAE. Windows color (decimal): -4547090 or 15637946. OLE color: 15637946.
HSL color Cylindrical-coordinate representation of color #BA9DEE: hue angle of 261.48º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9DEE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 157 | 238 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261.48º | 0.7% | 0.77% | - |
| HSV(B) | 261.48º | 0.34% | 0.93% | - |
| XYZ | 47.74 | 40.73 | 86.23 | - |
| YUV | 174.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 238 | 0.22 | 0.34 | 0 | 0.07 | 261.48 | 0.7 | 0.77 |
| Hex | BA | 9D | EE | 16 | 22 | 0 | 7 | 105 | 46 | 4D |
| Octal | 272 | 235 | 356 | 26 | 42 | 0 | 7 | 405 | 106 | 115 |
| Binary | 10111010 | 10011101 | 11101110 | 10110 | 100010 | 0 | 111 | 100000101 | 1000110 | 1001101 |
Color Harmonies of #BA9DEE
Complementary color
Monochromatic Colors of #BA9DEE
Black with #BA9DEE
Text Example
Text Example
White with #BA9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DEE; }
p { color: rgb(186,157,238); }
H1.HeaderClassName
{
color: #BA9DEE;
}
.AnyTagClassName
{
color: #BA9DEE;
}
</style>
background-color css
<style>
a { background-color: #BA9DEE; }
a { background-color: rgb(186,157,238); }
div.DivClassName
{
background-color: #BA9DEE;
}
.BgClassName
{
background-color: #BA9DEE;
}
</style>
border-color css
<style>
span { border-color: #BA9DEE; }
span { border-color: rgb(186,157,238); }
td.TdClassName
{
border-color: #BA9DEE;
}
.TagClassName
{
border-color: #BA9DEE;
}
</style>