Shades of Perfume #BAA2E0
Tints of Perfume #BAA2E0
RGB
CMYK
RGB Variations
Color information
#BAA2E0 (or 0xBAA2E0) is known color: Perfume. HEX triplet: BA, A2 and E0. RGB value is (186,162,224). Sum of RGB (Red+Green+Blue) = 186+162+224=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2E0 is #455D1F. Grayscale: #B0B0B0. Windows color (decimal): -4545824 or 14721722. OLE color: 14721722.
HSL color Cylindrical-coordinate representation of color #BAA2E0: hue angle of 263.23º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA2E0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 162 | 224 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.12 |
| HSL | 263.23º | 0.5% | 0.76% | - |
| HSV(B) | 263.23º | 0.28% | 0.88% | - |
| XYZ | 46.62 | 41.66 | 76.11 | - |
| YUV | 176.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 224 | 0.17 | 0.28 | 0 | 0.12 | 263.23 | 0.5 | 0.76 |
| Hex | BA | A2 | E0 | 11 | 1C | 0 | C | 107 | 32 | 4C |
| Octal | 272 | 242 | 340 | 21 | 34 | 0 | 14 | 407 | 62 | 114 |
| Binary | 10111010 | 10100010 | 11100000 | 10001 | 11100 | 0 | 1100 | 100000111 | 110010 | 1001100 |
Color Harmonies of #BAA2E0
Complementary color
Monochromatic Colors of #BAA2E0
Black with #BAA2E0
Text Example
Text Example
White with #BAA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2E0; }
p { color: rgb(186,162,224); }
H1.HeaderClassName
{
color: #BAA2E0;
}
.AnyTagClassName
{
color: #BAA2E0;
}
</style>
background-color css
<style>
a { background-color: #BAA2E0; }
a { background-color: rgb(186,162,224); }
div.DivClassName
{
background-color: #BAA2E0;
}
.BgClassName
{
background-color: #BAA2E0;
}
</style>
border-color css
<style>
span { border-color: #BAA2E0; }
span { border-color: rgb(186,162,224); }
td.TdClassName
{
border-color: #BAA2E0;
}
.TagClassName
{
border-color: #BAA2E0;
}
</style>