Shades of Perfume #BAAAC9
Tints of Perfume #BAAAC9
RGB
CMYK
RGB Variations
Color information
#BAAAC9 (or 0xBAAAC9) is known color: Perfume. HEX triplet: BA, AA and C9. RGB value is (186,170,201). Sum of RGB (Red+Green+Blue) = 186+170+201=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC9 is #455536. Grayscale: #B2B2B2. Windows color (decimal): -4543799 or 13216442. OLE color: 13216442.
HSL color Cylindrical-coordinate representation of color #BAAAC9: hue angle of 270.97º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAAC9 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 170 | 201 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.21 |
| HSL | 270.97º | 0.22% | 0.73% | - |
| HSV(B) | 270.97º | 0.15% | 0.79% | - |
| XYZ | 45.17 | 43.41 | 61.26 | - |
| YUV | 178.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 201 | 0.07 | 0.15 | 0 | 0.21 | 270.97 | 0.22 | 0.73 |
| Hex | BA | AA | C9 | 7 | F | 0 | 15 | 10F | 16 | 49 |
| Octal | 272 | 252 | 311 | 7 | 17 | 0 | 25 | 417 | 26 | 111 |
| Binary | 10111010 | 10101010 | 11001001 | 111 | 1111 | 0 | 10101 | 100001111 | 10110 | 1001001 |
Color Harmonies of #BAAAC9
Complementary color
Monochromatic Colors of #BAAAC9
Black with #BAAAC9
Text Example
Text Example
White with #BAAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAC9; }
p { color: rgb(186,170,201); }
H1.HeaderClassName
{
color: #BAAAC9;
}
.AnyTagClassName
{
color: #BAAAC9;
}
</style>
background-color css
<style>
a { background-color: #BAAAC9; }
a { background-color: rgb(186,170,201); }
div.DivClassName
{
background-color: #BAAAC9;
}
.BgClassName
{
background-color: #BAAAC9;
}
</style>
border-color css
<style>
span { border-color: #BAAAC9; }
span { border-color: rgb(186,170,201); }
td.TdClassName
{
border-color: #BAAAC9;
}
.TagClassName
{
border-color: #BAAAC9;
}
</style>