Shades of Perfume #BA9ED3
Tints of Perfume #BA9ED3
RGB
CMYK
RGB Variations
Color information
#BA9ED3 (or 0xBA9ED3) is known color: Perfume. HEX triplet: BA, 9E and D3. RGB value is (186,158,211). Sum of RGB (Red+Green+Blue) = 186+158+211=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED3 is #45612C. Grayscale: #ACACAC. Windows color (decimal): -4546861 or 13868730. OLE color: 13868730.
HSL color Cylindrical-coordinate representation of color #BA9ED3: hue angle of 271.7º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9ED3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 158 | 211 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.17 |
| HSL | 271.7º | 0.38% | 0.72% | - |
| HSV(B) | 271.7º | 0.25% | 0.83% | - |
| XYZ | 44.23 | 39.6 | 66.94 | - |
| YUV | 172.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 211 | 0.12 | 0.25 | 0 | 0.17 | 271.7 | 0.38 | 0.72 |
| Hex | BA | 9E | D3 | C | 19 | 0 | 11 | 110 | 26 | 48 |
| Octal | 272 | 236 | 323 | 14 | 31 | 0 | 21 | 420 | 46 | 110 |
| Binary | 10111010 | 10011110 | 11010011 | 1100 | 11001 | 0 | 10001 | 100010000 | 100110 | 1001000 |
Color Harmonies of #BA9ED3
Complementary color
Monochromatic Colors of #BA9ED3
Black with #BA9ED3
Text Example
Text Example
White with #BA9ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ED3; }
p { color: rgb(186,158,211); }
H1.HeaderClassName
{
color: #BA9ED3;
}
.AnyTagClassName
{
color: #BA9ED3;
}
</style>
background-color css
<style>
a { background-color: #BA9ED3; }
a { background-color: rgb(186,158,211); }
div.DivClassName
{
background-color: #BA9ED3;
}
.BgClassName
{
background-color: #BA9ED3;
}
</style>
border-color css
<style>
span { border-color: #BA9ED3; }
span { border-color: rgb(186,158,211); }
td.TdClassName
{
border-color: #BA9ED3;
}
.TagClassName
{
border-color: #BA9ED3;
}
</style>