Shades of Perfume #BAA0F4
Tints of Perfume #BAA0F4
RGB
CMYK
RGB Variations
Color information
#BAA0F4 (or 0xBAA0F4) is known color: Perfume. HEX triplet: BA, A0 and F4. RGB value is (186,160,244). Sum of RGB (Red+Green+Blue) = 186+160+244=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAA0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0F4 is #455F0B. Grayscale: #B1B1B1. Windows color (decimal): -4546316 or 16031930. OLE color: 16031930.
HSL color Cylindrical-coordinate representation of color #BAA0F4: hue angle of 258.57º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA0F4 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 160 | 244 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.04 |
| HSL | 258.57º | 0.79% | 0.79% | - |
| HSV(B) | 258.57º | 0.34% | 0.96% | - |
| XYZ | 49.15 | 42.11 | 91.13 | - |
| YUV | 177.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 244 | 0.24 | 0.34 | 0 | 0.04 | 258.57 | 0.79 | 0.79 |
| Hex | BA | A0 | F4 | 18 | 22 | 0 | 4 | 103 | 4F | 4F |
| Octal | 272 | 240 | 364 | 30 | 42 | 0 | 4 | 403 | 117 | 117 |
| Binary | 10111010 | 10100000 | 11110100 | 11000 | 100010 | 0 | 100 | 100000011 | 1001111 | 1001111 |
Color Harmonies of #BAA0F4
Complementary color
Monochromatic Colors of #BAA0F4
Black with #BAA0F4
Text Example
Text Example
White with #BAA0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0F4; }
p { color: rgb(186,160,244); }
H1.HeaderClassName
{
color: #BAA0F4;
}
.AnyTagClassName
{
color: #BAA0F4;
}
</style>
background-color css
<style>
a { background-color: #BAA0F4; }
a { background-color: rgb(186,160,244); }
div.DivClassName
{
background-color: #BAA0F4;
}
.BgClassName
{
background-color: #BAA0F4;
}
</style>
border-color css
<style>
span { border-color: #BAA0F4; }
span { border-color: rgb(186,160,244); }
td.TdClassName
{
border-color: #BAA0F4;
}
.TagClassName
{
border-color: #BAA0F4;
}
</style>