Shades of Perfume #BAA1E4
Tints of Perfume #BAA1E4
RGB
CMYK
RGB Variations
Color information
#BAA1E4 (or 0xBAA1E4) is known color: Perfume. HEX triplet: BA, A1 and E4. RGB value is (186,161,228). Sum of RGB (Red+Green+Blue) = 186+161+228=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1E4 is #455E1B. Grayscale: #AFAFAF. Windows color (decimal): -4546076 or 14983610. OLE color: 14983610.
HSL color Cylindrical-coordinate representation of color #BAA1E4: hue angle of 262.39º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA1E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 161 | 228 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.11 |
| HSL | 262.39º | 0.55% | 0.76% | - |
| HSV(B) | 262.39º | 0.29% | 0.89% | - |
| XYZ | 47 | 41.53 | 78.94 | - |
| YUV | 176.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 228 | 0.18 | 0.29 | 0 | 0.11 | 262.39 | 0.55 | 0.76 |
| Hex | BA | A1 | E4 | 12 | 1D | 0 | B | 106 | 37 | 4C |
| Octal | 272 | 241 | 344 | 22 | 35 | 0 | 13 | 406 | 67 | 114 |
| Binary | 10111010 | 10100001 | 11100100 | 10010 | 11101 | 0 | 1011 | 100000110 | 110111 | 1001100 |
Color Harmonies of #BAA1E4
Complementary color
Monochromatic Colors of #BAA1E4
Black with #BAA1E4
Text Example
Text Example
White with #BAA1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1E4; }
p { color: rgb(186,161,228); }
H1.HeaderClassName
{
color: #BAA1E4;
}
.AnyTagClassName
{
color: #BAA1E4;
}
</style>
background-color css
<style>
a { background-color: #BAA1E4; }
a { background-color: rgb(186,161,228); }
div.DivClassName
{
background-color: #BAA1E4;
}
.BgClassName
{
background-color: #BAA1E4;
}
</style>
border-color css
<style>
span { border-color: #BAA1E4; }
span { border-color: rgb(186,161,228); }
td.TdClassName
{
border-color: #BAA1E4;
}
.TagClassName
{
border-color: #BAA1E4;
}
</style>