Shades of Perfume #BAA2E6
Tints of Perfume #BAA2E6
RGB
CMYK
RGB Variations
Color information
#BAA2E6 (or 0xBAA2E6) is known color: Perfume. HEX triplet: BA, A2 and E6. RGB value is (186,162,230). Sum of RGB (Red+Green+Blue) = 186+162+230=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2E6 is #455D19. Grayscale: #B0B0B0. Windows color (decimal): -4545818 or 15114938. OLE color: 15114938.
HSL color Cylindrical-coordinate representation of color #BAA2E6: hue angle of 261.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA2E6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 162 | 230 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.10 |
| HSL | 261.18º | 0.58% | 0.77% | - |
| HSV(B) | 261.18º | 0.3% | 0.9% | - |
| XYZ | 47.45 | 41.99 | 80.47 | - |
| YUV | 176.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 230 | 0.19 | 0.30 | 0 | 0.10 | 261.18 | 0.58 | 0.77 |
| Hex | BA | A2 | E6 | 13 | 1E | 0 | A | 105 | 3A | 4D |
| Octal | 272 | 242 | 346 | 23 | 36 | 0 | 12 | 405 | 72 | 115 |
| Binary | 10111010 | 10100010 | 11100110 | 10011 | 11110 | 0 | 1010 | 100000101 | 111010 | 1001101 |
Color Harmonies of #BAA2E6
Complementary color
Monochromatic Colors of #BAA2E6
Black with #BAA2E6
Text Example
Text Example
White with #BAA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2E6; }
p { color: rgb(186,162,230); }
H1.HeaderClassName
{
color: #BAA2E6;
}
.AnyTagClassName
{
color: #BAA2E6;
}
</style>
background-color css
<style>
a { background-color: #BAA2E6; }
a { background-color: rgb(186,162,230); }
div.DivClassName
{
background-color: #BAA2E6;
}
.BgClassName
{
background-color: #BAA2E6;
}
</style>
border-color css
<style>
span { border-color: #BAA2E6; }
span { border-color: rgb(186,162,230); }
td.TdClassName
{
border-color: #BAA2E6;
}
.TagClassName
{
border-color: #BAA2E6;
}
</style>