Shades of Perfume #BAA0FD
Tints of Perfume #BAA0FD
RGB
CMYK
RGB Variations
Color information
#BAA0FD (or 0xBAA0FD) is known color: Perfume. HEX triplet: BA, A0 and FD. RGB value is (186,160,253). Sum of RGB (Red+Green+Blue) = 186+160+253=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0FD is #455F02. Grayscale: #B2B2B2. Windows color (decimal): -4546307 or 16621754. OLE color: 16621754.
HSL color Cylindrical-coordinate representation of color #BAA0FD: hue angle of 256.77º degrees, saturation: 0.96, 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 #BAA0FD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 160 | 253 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 256.77º | 0.96% | 0.81% | - |
| HSV(B) | 256.77º | 0.37% | 0.99% | - |
| XYZ | 50.55 | 42.67 | 98.5 | - |
| YUV | 178.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 253 | 0.26 | 0.37 | 0 | 0.01 | 256.77 | 0.96 | 0.81 |
| Hex | BA | A0 | FD | 1A | 25 | 0 | 1 | 101 | 60 | 51 |
| Octal | 272 | 240 | 375 | 32 | 45 | 0 | 1 | 401 | 140 | 121 |
| Binary | 10111010 | 10100000 | 11111101 | 11010 | 100101 | 0 | 1 | 100000001 | 1100000 | 1010001 |
Color Harmonies of #BAA0FD
Complementary color
Monochromatic Colors of #BAA0FD
Black with #BAA0FD
Text Example
Text Example
White with #BAA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0FD; }
p { color: rgb(186,160,253); }
H1.HeaderClassName
{
color: #BAA0FD;
}
.AnyTagClassName
{
color: #BAA0FD;
}
</style>
background-color css
<style>
a { background-color: #BAA0FD; }
a { background-color: rgb(186,160,253); }
div.DivClassName
{
background-color: #BAA0FD;
}
.BgClassName
{
background-color: #BAA0FD;
}
</style>
border-color css
<style>
span { border-color: #BAA0FD; }
span { border-color: rgb(186,160,253); }
td.TdClassName
{
border-color: #BAA0FD;
}
.TagClassName
{
border-color: #BAA0FD;
}
</style>