Shades of Perfume #BA9ECF
Tints of Perfume #BA9ECF
RGB
CMYK
RGB Variations
Color information
#BA9ECF (or 0xBA9ECF) is known color: Perfume. HEX triplet: BA, 9E and CF. RGB value is (186,158,207). Sum of RGB (Red+Green+Blue) = 186+158+207=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ECF is #456130. Grayscale: #ABABAB. Windows color (decimal): -4546865 or 13606586. OLE color: 13606586.
HSL color Cylindrical-coordinate representation of color #BA9ECF: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9ECF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 158 | 207 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.19 |
| HSL | 274.29º | 0.34% | 0.72% | - |
| HSV(B) | 274.29º | 0.24% | 0.81% | - |
| XYZ | 43.74 | 39.4 | 64.33 | - |
| YUV | 171.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 207 | 0.10 | 0.24 | 0 | 0.19 | 274.29 | 0.34 | 0.72 |
| Hex | BA | 9E | CF | A | 18 | 0 | 13 | 112 | 22 | 48 |
| Octal | 272 | 236 | 317 | 12 | 30 | 0 | 23 | 422 | 42 | 110 |
| Binary | 10111010 | 10011110 | 11001111 | 1010 | 11000 | 0 | 10011 | 100010010 | 100010 | 1001000 |
Color Harmonies of #BA9ECF
Complementary color
Monochromatic Colors of #BA9ECF
Black with #BA9ECF
Text Example
Text Example
White with #BA9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ECF; }
p { color: rgb(186,158,207); }
H1.HeaderClassName
{
color: #BA9ECF;
}
.AnyTagClassName
{
color: #BA9ECF;
}
</style>
background-color css
<style>
a { background-color: #BA9ECF; }
a { background-color: rgb(186,158,207); }
div.DivClassName
{
background-color: #BA9ECF;
}
.BgClassName
{
background-color: #BA9ECF;
}
</style>
border-color css
<style>
span { border-color: #BA9ECF; }
span { border-color: rgb(186,158,207); }
td.TdClassName
{
border-color: #BA9ECF;
}
.TagClassName
{
border-color: #BA9ECF;
}
</style>