Shades of Perfume #BAA6C8
Tints of Perfume #BAA6C8
RGB
CMYK
RGB Variations
Color information
#BAA6C8 (or 0xBAA6C8) is known color: Perfume. HEX triplet: BA, A6 and C8. RGB value is (186,166,200). Sum of RGB (Red+Green+Blue) = 186+166+200=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6C8 is #455937. Grayscale: #AFAFAF. Windows color (decimal): -4544824 or 13149882. OLE color: 13149882.
HSL color Cylindrical-coordinate representation of color #BAA6C8: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA6C8 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 166 | 200 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.22 |
| HSL | 275.29º | 0.24% | 0.72% | - |
| HSV(B) | 275.29º | 0.17% | 0.78% | - |
| XYZ | 44.31 | 41.88 | 60.39 | - |
| YUV | 175.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 200 | 0.07 | 0.17 | 0 | 0.22 | 275.29 | 0.24 | 0.72 |
| Hex | BA | A6 | C8 | 7 | 11 | 0 | 16 | 113 | 18 | 48 |
| Octal | 272 | 246 | 310 | 7 | 21 | 0 | 26 | 423 | 30 | 110 |
| Binary | 10111010 | 10100110 | 11001000 | 111 | 10001 | 0 | 10110 | 100010011 | 11000 | 1001000 |
Color Harmonies of #BAA6C8
Complementary color
Monochromatic Colors of #BAA6C8
Black with #BAA6C8
Text Example
Text Example
White with #BAA6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6C8; }
p { color: rgb(186,166,200); }
H1.HeaderClassName
{
color: #BAA6C8;
}
.AnyTagClassName
{
color: #BAA6C8;
}
</style>
background-color css
<style>
a { background-color: #BAA6C8; }
a { background-color: rgb(186,166,200); }
div.DivClassName
{
background-color: #BAA6C8;
}
.BgClassName
{
background-color: #BAA6C8;
}
</style>
border-color css
<style>
span { border-color: #BAA6C8; }
span { border-color: rgb(186,166,200); }
td.TdClassName
{
border-color: #BAA6C8;
}
.TagClassName
{
border-color: #BAA6C8;
}
</style>