Shades of Perfume #BA9ED0
Tints of Perfume #BA9ED0
RGB
CMYK
RGB Variations
Color information
#BA9ED0 (or 0xBA9ED0) is known color: Perfume. HEX triplet: BA, 9E and D0. RGB value is (186,158,208). Sum of RGB (Red+Green+Blue) = 186+158+208=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED0 is #45612F. Grayscale: #ABABAB. Windows color (decimal): -4546864 or 13672122. OLE color: 13672122.
HSL color Cylindrical-coordinate representation of color #BA9ED0: hue angle of 273.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9ED0 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 158 | 208 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.18 |
| HSL | 273.6º | 0.35% | 0.72% | - |
| HSV(B) | 273.6º | 0.24% | 0.82% | - |
| XYZ | 43.86 | 39.45 | 64.98 | - |
| YUV | 172.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 208 | 0.11 | 0.24 | 0 | 0.18 | 273.6 | 0.35 | 0.72 |
| Hex | BA | 9E | D0 | B | 18 | 0 | 12 | 112 | 23 | 48 |
| Octal | 272 | 236 | 320 | 13 | 30 | 0 | 22 | 422 | 43 | 110 |
| Binary | 10111010 | 10011110 | 11010000 | 1011 | 11000 | 0 | 10010 | 100010010 | 100011 | 1001000 |
Color Harmonies of #BA9ED0
Complementary color
Monochromatic Colors of #BA9ED0
Black with #BA9ED0
Text Example
Text Example
White with #BA9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ED0; }
p { color: rgb(186,158,208); }
H1.HeaderClassName
{
color: #BA9ED0;
}
.AnyTagClassName
{
color: #BA9ED0;
}
</style>
background-color css
<style>
a { background-color: #BA9ED0; }
a { background-color: rgb(186,158,208); }
div.DivClassName
{
background-color: #BA9ED0;
}
.BgClassName
{
background-color: #BA9ED0;
}
</style>
border-color css
<style>
span { border-color: #BA9ED0; }
span { border-color: rgb(186,158,208); }
td.TdClassName
{
border-color: #BA9ED0;
}
.TagClassName
{
border-color: #BA9ED0;
}
</style>