Shades of Perfume #BAA4E9
Tints of Perfume #BAA4E9
RGB
CMYK
RGB Variations
Color information
#BAA4E9 (or 0xBAA4E9) is known color: Perfume. HEX triplet: BA, A4 and E9. RGB value is (186,164,233). Sum of RGB (Red+Green+Blue) = 186+164+233=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4E9 is #455B16. Grayscale: #B2B2B2. Windows color (decimal): -4545303 or 15312058. OLE color: 15312058.
HSL color Cylindrical-coordinate representation of color #BAA4E9: hue angle of 259.13º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA4E9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 164 | 233 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.09 |
| HSL | 259.13º | 0.61% | 0.78% | - |
| HSV(B) | 259.13º | 0.3% | 0.91% | - |
| XYZ | 48.23 | 42.87 | 82.82 | - |
| YUV | 178.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 233 | 0.20 | 0.30 | 0 | 0.09 | 259.13 | 0.61 | 0.78 |
| Hex | BA | A4 | E9 | 14 | 1E | 0 | 9 | 103 | 3D | 4E |
| Octal | 272 | 244 | 351 | 24 | 36 | 0 | 11 | 403 | 75 | 116 |
| Binary | 10111010 | 10100100 | 11101001 | 10100 | 11110 | 0 | 1001 | 100000011 | 111101 | 1001110 |
Color Harmonies of #BAA4E9
Complementary color
Monochromatic Colors of #BAA4E9
Black with #BAA4E9
Text Example
Text Example
White with #BAA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4E9; }
p { color: rgb(186,164,233); }
H1.HeaderClassName
{
color: #BAA4E9;
}
.AnyTagClassName
{
color: #BAA4E9;
}
</style>
background-color css
<style>
a { background-color: #BAA4E9; }
a { background-color: rgb(186,164,233); }
div.DivClassName
{
background-color: #BAA4E9;
}
.BgClassName
{
background-color: #BAA4E9;
}
</style>
border-color css
<style>
span { border-color: #BAA4E9; }
span { border-color: rgb(186,164,233); }
td.TdClassName
{
border-color: #BAA4E9;
}
.TagClassName
{
border-color: #BAA4E9;
}
</style>