Shades of Perfume #BAA2CF
Tints of Perfume #BAA2CF
RGB
CMYK
RGB Variations
Color information
#BAA2CF (or 0xBAA2CF) is known color: Perfume. HEX triplet: BA, A2 and CF. RGB value is (186,162,207). Sum of RGB (Red+Green+Blue) = 186+162+207=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2CF is #455D30. Grayscale: #AEAEAE. Windows color (decimal): -4545841 or 13607610. OLE color: 13607610.
HSL color Cylindrical-coordinate representation of color #BAA2CF: hue angle of 272º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA2CF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 162 | 207 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.19 |
| HSL | 272º | 0.32% | 0.72% | - |
| HSV(B) | 272º | 0.22% | 0.81% | - |
| XYZ | 44.43 | 40.78 | 64.56 | - |
| YUV | 174.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 207 | 0.10 | 0.22 | 0 | 0.19 | 272 | 0.32 | 0.72 |
| Hex | BA | A2 | CF | A | 16 | 0 | 13 | 110 | 20 | 48 |
| Octal | 272 | 242 | 317 | 12 | 26 | 0 | 23 | 420 | 40 | 110 |
| Binary | 10111010 | 10100010 | 11001111 | 1010 | 10110 | 0 | 10011 | 100010000 | 100000 | 1001000 |
Color Harmonies of #BAA2CF
Complementary color
Monochromatic Colors of #BAA2CF
Black with #BAA2CF
Text Example
Text Example
White with #BAA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2CF; }
p { color: rgb(186,162,207); }
H1.HeaderClassName
{
color: #BAA2CF;
}
.AnyTagClassName
{
color: #BAA2CF;
}
</style>
background-color css
<style>
a { background-color: #BAA2CF; }
a { background-color: rgb(186,162,207); }
div.DivClassName
{
background-color: #BAA2CF;
}
.BgClassName
{
background-color: #BAA2CF;
}
</style>
border-color css
<style>
span { border-color: #BAA2CF; }
span { border-color: rgb(186,162,207); }
td.TdClassName
{
border-color: #BAA2CF;
}
.TagClassName
{
border-color: #BAA2CF;
}
</style>