Shades of Perfume #BAA1FD
Tints of Perfume #BAA1FD
RGB
CMYK
RGB Variations
Color information
#BAA1FD (or 0xBAA1FD) is known color: Perfume. HEX triplet: BA, A1 and FD. RGB value is (186,161,253). Sum of RGB (Red+Green+Blue) = 186+161+253=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1FD is #455E02. Grayscale: #B2B2B2. Windows color (decimal): -4546051 or 16622010. OLE color: 16622010.
HSL color Cylindrical-coordinate representation of color #BAA1FD: hue angle of 256.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA1FD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 161 | 253 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.01 |
| HSL | 256.3º | 0.96% | 0.81% | - |
| HSV(B) | 256.3º | 0.36% | 0.99% | - |
| XYZ | 50.72 | 43.02 | 98.56 | - |
| YUV | 178.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 253 | 0.26 | 0.36 | 0 | 0.01 | 256.3 | 0.96 | 0.81 |
| Hex | BA | A1 | FD | 1A | 24 | 0 | 1 | 100 | 60 | 51 |
| Octal | 272 | 241 | 375 | 32 | 44 | 0 | 1 | 400 | 140 | 121 |
| Binary | 10111010 | 10100001 | 11111101 | 11010 | 100100 | 0 | 1 | 100000000 | 1100000 | 1010001 |
Color Harmonies of #BAA1FD
Complementary color
Monochromatic Colors of #BAA1FD
Black with #BAA1FD
Text Example
Text Example
White with #BAA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1FD; }
p { color: rgb(186,161,253); }
H1.HeaderClassName
{
color: #BAA1FD;
}
.AnyTagClassName
{
color: #BAA1FD;
}
</style>
background-color css
<style>
a { background-color: #BAA1FD; }
a { background-color: rgb(186,161,253); }
div.DivClassName
{
background-color: #BAA1FD;
}
.BgClassName
{
background-color: #BAA1FD;
}
</style>
border-color css
<style>
span { border-color: #BAA1FD; }
span { border-color: rgb(186,161,253); }
td.TdClassName
{
border-color: #BAA1FD;
}
.TagClassName
{
border-color: #BAA1FD;
}
</style>