Shades of Perfume #BA9DDF
Tints of Perfume #BA9DDF
RGB
CMYK
RGB Variations
Color information
#BA9DDF (or 0xBA9DDF) is known color: Perfume. HEX triplet: BA, 9D and DF. RGB value is (186,157,223). Sum of RGB (Red+Green+Blue) = 186+157+223=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DDF is #456220. Grayscale: #ACACAC. Windows color (decimal): -4547105 or 14654906. OLE color: 14654906.
HSL color Cylindrical-coordinate representation of color #BA9DDF: hue angle of 266.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9DDF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 157 | 223 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.13 |
| HSL | 266.36º | 0.51% | 0.75% | - |
| HSV(B) | 266.36º | 0.3% | 0.87% | - |
| XYZ | 45.63 | 39.88 | 75.11 | - |
| YUV | 173.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 223 | 0.17 | 0.30 | 0 | 0.13 | 266.36 | 0.51 | 0.75 |
| Hex | BA | 9D | DF | 11 | 1E | 0 | D | 10A | 33 | 4B |
| Octal | 272 | 235 | 337 | 21 | 36 | 0 | 15 | 412 | 63 | 113 |
| Binary | 10111010 | 10011101 | 11011111 | 10001 | 11110 | 0 | 1101 | 100001010 | 110011 | 1001011 |
Color Harmonies of #BA9DDF
Complementary color
Monochromatic Colors of #BA9DDF
Black with #BA9DDF
Text Example
Text Example
White with #BA9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DDF; }
p { color: rgb(186,157,223); }
H1.HeaderClassName
{
color: #BA9DDF;
}
.AnyTagClassName
{
color: #BA9DDF;
}
</style>
background-color css
<style>
a { background-color: #BA9DDF; }
a { background-color: rgb(186,157,223); }
div.DivClassName
{
background-color: #BA9DDF;
}
.BgClassName
{
background-color: #BA9DDF;
}
</style>
border-color css
<style>
span { border-color: #BA9DDF; }
span { border-color: rgb(186,157,223); }
td.TdClassName
{
border-color: #BA9DDF;
}
.TagClassName
{
border-color: #BA9DDF;
}
</style>