Shades of Perfume #BAA7CF
Tints of Perfume #BAA7CF
RGB
CMYK
RGB Variations
Color information
#BAA7CF (or 0xBAA7CF) is known color: Perfume. HEX triplet: BA, A7 and CF. RGB value is (186,167,207). Sum of RGB (Red+Green+Blue) = 186+167+207=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7CF is #455830. Grayscale: #B1B1B1. Windows color (decimal): -4544561 or 13608890. OLE color: 13608890.
HSL color Cylindrical-coordinate representation of color #BAA7CF: hue angle of 268.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA7CF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 167 | 207 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.19 |
| HSL | 268.5º | 0.29% | 0.73% | - |
| HSV(B) | 268.5º | 0.19% | 0.81% | - |
| XYZ | 45.33 | 42.58 | 64.86 | - |
| YUV | 177.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 207 | 0.10 | 0.19 | 0 | 0.19 | 268.5 | 0.29 | 0.73 |
| Hex | BA | A7 | CF | A | 13 | 0 | 13 | 10C | 1D | 49 |
| Octal | 272 | 247 | 317 | 12 | 23 | 0 | 23 | 414 | 35 | 111 |
| Binary | 10111010 | 10100111 | 11001111 | 1010 | 10011 | 0 | 10011 | 100001100 | 11101 | 1001001 |
Color Harmonies of #BAA7CF
Complementary color
Monochromatic Colors of #BAA7CF
Black with #BAA7CF
Text Example
Text Example
White with #BAA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7CF; }
p { color: rgb(186,167,207); }
H1.HeaderClassName
{
color: #BAA7CF;
}
.AnyTagClassName
{
color: #BAA7CF;
}
</style>
background-color css
<style>
a { background-color: #BAA7CF; }
a { background-color: rgb(186,167,207); }
div.DivClassName
{
background-color: #BAA7CF;
}
.BgClassName
{
background-color: #BAA7CF;
}
</style>
border-color css
<style>
span { border-color: #BAA7CF; }
span { border-color: rgb(186,167,207); }
td.TdClassName
{
border-color: #BAA7CF;
}
.TagClassName
{
border-color: #BAA7CF;
}
</style>