Shades of Perfume #BA9EDF
Tints of Perfume #BA9EDF
RGB
CMYK
RGB Variations
Color information
#BA9EDF (or 0xBA9EDF) is known color: Perfume. HEX triplet: BA, 9E and DF. RGB value is (186,158,223). Sum of RGB (Red+Green+Blue) = 186+158+223=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDF is #456120. Grayscale: #ADADAD. Windows color (decimal): -4546849 or 14655162. OLE color: 14655162.
HSL color Cylindrical-coordinate representation of color #BA9EDF: hue angle of 265.85º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9EDF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 158 | 223 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.13 |
| HSL | 265.85º | 0.5% | 0.75% | - |
| HSV(B) | 265.85º | 0.29% | 0.87% | - |
| XYZ | 45.8 | 40.22 | 75.16 | - |
| YUV | 173.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 223 | 0.17 | 0.29 | 0 | 0.13 | 265.85 | 0.5 | 0.75 |
| Hex | BA | 9E | DF | 11 | 1D | 0 | D | 10A | 32 | 4B |
| Octal | 272 | 236 | 337 | 21 | 35 | 0 | 15 | 412 | 62 | 113 |
| Binary | 10111010 | 10011110 | 11011111 | 10001 | 11101 | 0 | 1101 | 100001010 | 110010 | 1001011 |
Color Harmonies of #BA9EDF
Complementary color
Monochromatic Colors of #BA9EDF
Black with #BA9EDF
Text Example
Text Example
White with #BA9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EDF; }
p { color: rgb(186,158,223); }
H1.HeaderClassName
{
color: #BA9EDF;
}
.AnyTagClassName
{
color: #BA9EDF;
}
</style>
background-color css
<style>
a { background-color: #BA9EDF; }
a { background-color: rgb(186,158,223); }
div.DivClassName
{
background-color: #BA9EDF;
}
.BgClassName
{
background-color: #BA9EDF;
}
</style>
border-color css
<style>
span { border-color: #BA9EDF; }
span { border-color: rgb(186,158,223); }
td.TdClassName
{
border-color: #BA9EDF;
}
.TagClassName
{
border-color: #BA9EDF;
}
</style>