Shades of Perfume #BAA4C9
Tints of Perfume #BAA4C9
RGB
CMYK
RGB Variations
Color information
#BAA4C9 (or 0xBAA4C9) is known color: Perfume. HEX triplet: BA, A4 and C9. RGB value is (186,164,201). Sum of RGB (Red+Green+Blue) = 186+164+201=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4C9 is #455B36. Grayscale: #AEAEAE. Windows color (decimal): -4545335 or 13214906. OLE color: 13214906.
HSL color Cylindrical-coordinate representation of color #BAA4C9: hue angle of 275.68º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA4C9 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 164 | 201 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.21 |
| HSL | 275.68º | 0.26% | 0.72% | - |
| HSV(B) | 275.68º | 0.18% | 0.79% | - |
| XYZ | 44.07 | 41.21 | 60.89 | - |
| YUV | 174.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 201 | 0.07 | 0.18 | 0 | 0.21 | 275.68 | 0.26 | 0.72 |
| Hex | BA | A4 | C9 | 7 | 12 | 0 | 15 | 114 | 1A | 48 |
| Octal | 272 | 244 | 311 | 7 | 22 | 0 | 25 | 424 | 32 | 110 |
| Binary | 10111010 | 10100100 | 11001001 | 111 | 10010 | 0 | 10101 | 100010100 | 11010 | 1001000 |
Color Harmonies of #BAA4C9
Complementary color
Monochromatic Colors of #BAA4C9
Black with #BAA4C9
Text Example
Text Example
White with #BAA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4C9; }
p { color: rgb(186,164,201); }
H1.HeaderClassName
{
color: #BAA4C9;
}
.AnyTagClassName
{
color: #BAA4C9;
}
</style>
background-color css
<style>
a { background-color: #BAA4C9; }
a { background-color: rgb(186,164,201); }
div.DivClassName
{
background-color: #BAA4C9;
}
.BgClassName
{
background-color: #BAA4C9;
}
</style>
border-color css
<style>
span { border-color: #BAA4C9; }
span { border-color: rgb(186,164,201); }
td.TdClassName
{
border-color: #BAA4C9;
}
.TagClassName
{
border-color: #BAA4C9;
}
</style>