Shades of Perfume #BAA0CF
Tints of Perfume #BAA0CF
RGB
CMYK
RGB Variations
Color information
#BAA0CF (or 0xBAA0CF) is known color: Perfume. HEX triplet: BA, A0 and CF. RGB value is (186,160,207). Sum of RGB (Red+Green+Blue) = 186+160+207=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0CF is #455F30. Grayscale: #ACACAC. Windows color (decimal): -4546353 or 13607098. OLE color: 13607098.
HSL color Cylindrical-coordinate representation of color #BAA0CF: hue angle of 273.19º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA0CF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 160 | 207 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.19 |
| HSL | 273.19º | 0.33% | 0.72% | - |
| HSV(B) | 273.19º | 0.23% | 0.81% | - |
| XYZ | 44.08 | 40.09 | 64.45 | - |
| YUV | 173.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 207 | 0.10 | 0.23 | 0 | 0.19 | 273.19 | 0.33 | 0.72 |
| Hex | BA | A0 | CF | A | 17 | 0 | 13 | 111 | 21 | 48 |
| Octal | 272 | 240 | 317 | 12 | 27 | 0 | 23 | 421 | 41 | 110 |
| Binary | 10111010 | 10100000 | 11001111 | 1010 | 10111 | 0 | 10011 | 100010001 | 100001 | 1001000 |
Color Harmonies of #BAA0CF
Complementary color
Monochromatic Colors of #BAA0CF
Black with #BAA0CF
Text Example
Text Example
White with #BAA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0CF; }
p { color: rgb(186,160,207); }
H1.HeaderClassName
{
color: #BAA0CF;
}
.AnyTagClassName
{
color: #BAA0CF;
}
</style>
background-color css
<style>
a { background-color: #BAA0CF; }
a { background-color: rgb(186,160,207); }
div.DivClassName
{
background-color: #BAA0CF;
}
.BgClassName
{
background-color: #BAA0CF;
}
</style>
border-color css
<style>
span { border-color: #BAA0CF; }
span { border-color: rgb(186,160,207); }
td.TdClassName
{
border-color: #BAA0CF;
}
.TagClassName
{
border-color: #BAA0CF;
}
</style>