Shades of Perfume #BAA2EA
Tints of Perfume #BAA2EA
RGB
CMYK
RGB Variations
Color information
#BAA2EA (or 0xBAA2EA) is known color: Perfume. HEX triplet: BA, A2 and EA. RGB value is (186,162,234). Sum of RGB (Red+Green+Blue) = 186+162+234=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EA is #455D15. Grayscale: #B1B1B1. Windows color (decimal): -4545814 or 15377082. OLE color: 15377082.
HSL color Cylindrical-coordinate representation of color #BAA2EA: hue angle of 260º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA2EA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 162 | 234 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.08 |
| HSL | 260º | 0.63% | 0.78% | - |
| HSV(B) | 260º | 0.31% | 0.92% | - |
| XYZ | 48.02 | 42.22 | 83.46 | - |
| YUV | 177.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 234 | 0.21 | 0.31 | 0 | 0.08 | 260 | 0.63 | 0.78 |
| Hex | BA | A2 | EA | 15 | 1F | 0 | 8 | 104 | 3F | 4E |
| Octal | 272 | 242 | 352 | 25 | 37 | 0 | 10 | 404 | 77 | 116 |
| Binary | 10111010 | 10100010 | 11101010 | 10101 | 11111 | 0 | 1000 | 100000100 | 111111 | 1001110 |
Color Harmonies of #BAA2EA
Complementary color
Monochromatic Colors of #BAA2EA
Black with #BAA2EA
Text Example
Text Example
White with #BAA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2EA; }
p { color: rgb(186,162,234); }
H1.HeaderClassName
{
color: #BAA2EA;
}
.AnyTagClassName
{
color: #BAA2EA;
}
</style>
background-color css
<style>
a { background-color: #BAA2EA; }
a { background-color: rgb(186,162,234); }
div.DivClassName
{
background-color: #BAA2EA;
}
.BgClassName
{
background-color: #BAA2EA;
}
</style>
border-color css
<style>
span { border-color: #BAA2EA; }
span { border-color: rgb(186,162,234); }
td.TdClassName
{
border-color: #BAA2EA;
}
.TagClassName
{
border-color: #BAA2EA;
}
</style>