Shades of Perfume #BAA9C8
Tints of Perfume #BAA9C8
RGB
CMYK
RGB Variations
Color information
#BAA9C8 (or 0xBAA9C8) is known color: Perfume. HEX triplet: BA, A9 and C8. RGB value is (186,169,200). Sum of RGB (Red+Green+Blue) = 186+169+200=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9C8 is #455637. Grayscale: #B1B1B1. Windows color (decimal): -4544056 or 13150650. OLE color: 13150650.
HSL color Cylindrical-coordinate representation of color #BAA9C8: hue angle of 272.9º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA9C8 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 169 | 200 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.22 |
| HSL | 272.9º | 0.22% | 0.72% | - |
| HSV(B) | 272.9º | 0.16% | 0.78% | - |
| XYZ | 44.86 | 42.99 | 60.58 | - |
| YUV | 177.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 200 | 0.07 | 0.16 | 0 | 0.22 | 272.9 | 0.22 | 0.72 |
| Hex | BA | A9 | C8 | 7 | 10 | 0 | 16 | 111 | 16 | 48 |
| Octal | 272 | 251 | 310 | 7 | 20 | 0 | 26 | 421 | 26 | 110 |
| Binary | 10111010 | 10101001 | 11001000 | 111 | 10000 | 0 | 10110 | 100010001 | 10110 | 1001000 |
Color Harmonies of #BAA9C8
Complementary color
Monochromatic Colors of #BAA9C8
Black with #BAA9C8
Text Example
Text Example
White with #BAA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9C8; }
p { color: rgb(186,169,200); }
H1.HeaderClassName
{
color: #BAA9C8;
}
.AnyTagClassName
{
color: #BAA9C8;
}
</style>
background-color css
<style>
a { background-color: #BAA9C8; }
a { background-color: rgb(186,169,200); }
div.DivClassName
{
background-color: #BAA9C8;
}
.BgClassName
{
background-color: #BAA9C8;
}
</style>
border-color css
<style>
span { border-color: #BAA9C8; }
span { border-color: rgb(186,169,200); }
td.TdClassName
{
border-color: #BAA9C8;
}
.TagClassName
{
border-color: #BAA9C8;
}
</style>