Shades of Perfume #BAA0FC
Tints of Perfume #BAA0FC
RGB
CMYK
RGB Variations
Color information
#BAA0FC (or 0xBAA0FC) is known color: Perfume. HEX triplet: BA, A0 and FC. RGB value is (186,160,252). Sum of RGB (Red+Green+Blue) = 186+160+252=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0FC is #455F03. Grayscale: #B1B1B1. Windows color (decimal): -4546308 or 16556218. OLE color: 16556218.
HSL color Cylindrical-coordinate representation of color #BAA0FC: hue angle of 256.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA0FC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 160 | 252 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 256.96º | 0.94% | 0.81% | - |
| HSV(B) | 256.96º | 0.37% | 0.99% | - |
| XYZ | 50.39 | 42.61 | 97.66 | - |
| YUV | 178.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 252 | 0.26 | 0.37 | 0 | 0.01 | 256.96 | 0.94 | 0.81 |
| Hex | BA | A0 | FC | 1A | 25 | 0 | 1 | 101 | 5E | 51 |
| Octal | 272 | 240 | 374 | 32 | 45 | 0 | 1 | 401 | 136 | 121 |
| Binary | 10111010 | 10100000 | 11111100 | 11010 | 100101 | 0 | 1 | 100000001 | 1011110 | 1010001 |
Color Harmonies of #BAA0FC
Complementary color
Monochromatic Colors of #BAA0FC
Black with #BAA0FC
Text Example
Text Example
White with #BAA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0FC; }
p { color: rgb(186,160,252); }
H1.HeaderClassName
{
color: #BAA0FC;
}
.AnyTagClassName
{
color: #BAA0FC;
}
</style>
background-color css
<style>
a { background-color: #BAA0FC; }
a { background-color: rgb(186,160,252); }
div.DivClassName
{
background-color: #BAA0FC;
}
.BgClassName
{
background-color: #BAA0FC;
}
</style>
border-color css
<style>
span { border-color: #BAA0FC; }
span { border-color: rgb(186,160,252); }
td.TdClassName
{
border-color: #BAA0FC;
}
.TagClassName
{
border-color: #BAA0FC;
}
</style>