Shades of Perfume #BAA8CE
Tints of Perfume #BAA8CE
RGB
CMYK
RGB Variations
Color information
#BAA8CE (or 0xBAA8CE) is known color: Perfume. HEX triplet: BA, A8 and CE. RGB value is (186,168,206). Sum of RGB (Red+Green+Blue) = 186+168+206=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8CE is #455731. Grayscale: #B1B1B1. Windows color (decimal): -4544306 or 13543610. OLE color: 13543610.
HSL color Cylindrical-coordinate representation of color #BAA8CE: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA8CE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 168 | 206 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.19 |
| HSL | 268.42º | 0.28% | 0.73% | - |
| HSV(B) | 268.42º | 0.18% | 0.81% | - |
| XYZ | 45.39 | 42.9 | 64.28 | - |
| YUV | 177.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 206 | 0.10 | 0.18 | 0 | 0.19 | 268.42 | 0.28 | 0.73 |
| Hex | BA | A8 | CE | A | 12 | 0 | 13 | 10C | 1C | 49 |
| Octal | 272 | 250 | 316 | 12 | 22 | 0 | 23 | 414 | 34 | 111 |
| Binary | 10111010 | 10101000 | 11001110 | 1010 | 10010 | 0 | 10011 | 100001100 | 11100 | 1001001 |
Color Harmonies of #BAA8CE
Complementary color
Monochromatic Colors of #BAA8CE
Black with #BAA8CE
Text Example
Text Example
White with #BAA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8CE; }
p { color: rgb(186,168,206); }
H1.HeaderClassName
{
color: #BAA8CE;
}
.AnyTagClassName
{
color: #BAA8CE;
}
</style>
background-color css
<style>
a { background-color: #BAA8CE; }
a { background-color: rgb(186,168,206); }
div.DivClassName
{
background-color: #BAA8CE;
}
.BgClassName
{
background-color: #BAA8CE;
}
</style>
border-color css
<style>
span { border-color: #BAA8CE; }
span { border-color: rgb(186,168,206); }
td.TdClassName
{
border-color: #BAA8CE;
}
.TagClassName
{
border-color: #BAA8CE;
}
</style>