Shades of Perfume #BAA0D7
Tints of Perfume #BAA0D7
RGB
CMYK
RGB Variations
Color information
#BAA0D7 (or 0xBAA0D7) is known color: Perfume. HEX triplet: BA, A0 and D7. RGB value is (186,160,215). Sum of RGB (Red+Green+Blue) = 186+160+215=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0D7 is #455F28. Grayscale: #ADADAD. Windows color (decimal): -4546345 or 14131386. OLE color: 14131386.
HSL color Cylindrical-coordinate representation of color #BAA0D7: hue angle of 268.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA0D7 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 160 | 215 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.16 |
| HSL | 268.36º | 0.41% | 0.74% | - |
| HSV(B) | 268.36º | 0.26% | 0.84% | - |
| XYZ | 45.09 | 40.49 | 69.73 | - |
| YUV | 174.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 215 | 0.13 | 0.26 | 0 | 0.16 | 268.36 | 0.41 | 0.74 |
| Hex | BA | A0 | D7 | D | 1A | 0 | 10 | 10C | 29 | 4A |
| Octal | 272 | 240 | 327 | 15 | 32 | 0 | 20 | 414 | 51 | 112 |
| Binary | 10111010 | 10100000 | 11010111 | 1101 | 11010 | 0 | 10000 | 100001100 | 101001 | 1001010 |
Color Harmonies of #BAA0D7
Complementary color
Monochromatic Colors of #BAA0D7
Black with #BAA0D7
Text Example
Text Example
White with #BAA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0D7; }
p { color: rgb(186,160,215); }
H1.HeaderClassName
{
color: #BAA0D7;
}
.AnyTagClassName
{
color: #BAA0D7;
}
</style>
background-color css
<style>
a { background-color: #BAA0D7; }
a { background-color: rgb(186,160,215); }
div.DivClassName
{
background-color: #BAA0D7;
}
.BgClassName
{
background-color: #BAA0D7;
}
</style>
border-color css
<style>
span { border-color: #BAA0D7; }
span { border-color: rgb(186,160,215); }
td.TdClassName
{
border-color: #BAA0D7;
}
.TagClassName
{
border-color: #BAA0D7;
}
</style>