Shades of Perfume #BAA2DF
Tints of Perfume #BAA2DF
RGB
CMYK
RGB Variations
Color information
#BAA2DF (or 0xBAA2DF) is known color: Perfume. HEX triplet: BA, A2 and DF. RGB value is (186,162,223). Sum of RGB (Red+Green+Blue) = 186+162+223=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2DF is #455D20. Grayscale: #AFAFAF. Windows color (decimal): -4545825 or 14656186. OLE color: 14656186.
HSL color Cylindrical-coordinate representation of color #BAA2DF: hue angle of 263.61º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA2DF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 162 | 223 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.13 |
| HSL | 263.61º | 0.49% | 0.75% | - |
| HSV(B) | 263.61º | 0.27% | 0.87% | - |
| XYZ | 46.49 | 41.61 | 75.39 | - |
| YUV | 176.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 223 | 0.17 | 0.27 | 0 | 0.13 | 263.61 | 0.49 | 0.75 |
| Hex | BA | A2 | DF | 11 | 1B | 0 | D | 108 | 31 | 4B |
| Octal | 272 | 242 | 337 | 21 | 33 | 0 | 15 | 410 | 61 | 113 |
| Binary | 10111010 | 10100010 | 11011111 | 10001 | 11011 | 0 | 1101 | 100001000 | 110001 | 1001011 |
Color Harmonies of #BAA2DF
Complementary color
Monochromatic Colors of #BAA2DF
Black with #BAA2DF
Text Example
Text Example
White with #BAA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2DF; }
p { color: rgb(186,162,223); }
H1.HeaderClassName
{
color: #BAA2DF;
}
.AnyTagClassName
{
color: #BAA2DF;
}
</style>
background-color css
<style>
a { background-color: #BAA2DF; }
a { background-color: rgb(186,162,223); }
div.DivClassName
{
background-color: #BAA2DF;
}
.BgClassName
{
background-color: #BAA2DF;
}
</style>
border-color css
<style>
span { border-color: #BAA2DF; }
span { border-color: rgb(186,162,223); }
td.TdClassName
{
border-color: #BAA2DF;
}
.TagClassName
{
border-color: #BAA2DF;
}
</style>