Shades of Perfume #BAA7C9
Tints of Perfume #BAA7C9
RGB
CMYK
RGB Variations
Color information
#BAA7C9 (or 0xBAA7C9) is known color: Perfume. HEX triplet: BA, A7 and C9. RGB value is (186,167,201). Sum of RGB (Red+Green+Blue) = 186+167+201=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7C9 is #455836. Grayscale: #B0B0B0. Windows color (decimal): -4544567 or 13215674. OLE color: 13215674.
HSL color Cylindrical-coordinate representation of color #BAA7C9: hue angle of 273.53º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA7C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 167 | 201 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.21 |
| HSL | 273.53º | 0.24% | 0.72% | - |
| HSV(B) | 273.53º | 0.17% | 0.79% | - |
| XYZ | 44.61 | 42.29 | 61.07 | - |
| YUV | 176.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 201 | 0.07 | 0.17 | 0 | 0.21 | 273.53 | 0.24 | 0.72 |
| Hex | BA | A7 | C9 | 7 | 11 | 0 | 15 | 112 | 18 | 48 |
| Octal | 272 | 247 | 311 | 7 | 21 | 0 | 25 | 422 | 30 | 110 |
| Binary | 10111010 | 10100111 | 11001001 | 111 | 10001 | 0 | 10101 | 100010010 | 11000 | 1001000 |
Color Harmonies of #BAA7C9
Complementary color
Monochromatic Colors of #BAA7C9
Black with #BAA7C9
Text Example
Text Example
White with #BAA7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7C9; }
p { color: rgb(186,167,201); }
H1.HeaderClassName
{
color: #BAA7C9;
}
.AnyTagClassName
{
color: #BAA7C9;
}
</style>
background-color css
<style>
a { background-color: #BAA7C9; }
a { background-color: rgb(186,167,201); }
div.DivClassName
{
background-color: #BAA7C9;
}
.BgClassName
{
background-color: #BAA7C9;
}
</style>
border-color css
<style>
span { border-color: #BAA7C9; }
span { border-color: rgb(186,167,201); }
td.TdClassName
{
border-color: #BAA7C9;
}
.TagClassName
{
border-color: #BAA7C9;
}
</style>