Shades of Perfume #BAA3EA
Tints of Perfume #BAA3EA
RGB
CMYK
RGB Variations
Color information
#BAA3EA (or 0xBAA3EA) is known color: Perfume. HEX triplet: BA, A3 and EA. RGB value is (186,163,234). Sum of RGB (Red+Green+Blue) = 186+163+234=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3EA is #455C15. Grayscale: #B1B1B1. Windows color (decimal): -4545558 or 15377338. OLE color: 15377338.
HSL color Cylindrical-coordinate representation of color #BAA3EA: hue angle of 259.44º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA3EA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 163 | 234 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.08 |
| HSL | 259.44º | 0.63% | 0.78% | - |
| HSV(B) | 259.44º | 0.3% | 0.92% | - |
| XYZ | 48.2 | 42.57 | 83.52 | - |
| YUV | 177.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 234 | 0.21 | 0.30 | 0 | 0.08 | 259.44 | 0.63 | 0.78 |
| Hex | BA | A3 | EA | 15 | 1E | 0 | 8 | 103 | 3F | 4E |
| Octal | 272 | 243 | 352 | 25 | 36 | 0 | 10 | 403 | 77 | 116 |
| Binary | 10111010 | 10100011 | 11101010 | 10101 | 11110 | 0 | 1000 | 100000011 | 111111 | 1001110 |
Color Harmonies of #BAA3EA
Complementary color
Monochromatic Colors of #BAA3EA
Black with #BAA3EA
Text Example
Text Example
White with #BAA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3EA; }
p { color: rgb(186,163,234); }
H1.HeaderClassName
{
color: #BAA3EA;
}
.AnyTagClassName
{
color: #BAA3EA;
}
</style>
background-color css
<style>
a { background-color: #BAA3EA; }
a { background-color: rgb(186,163,234); }
div.DivClassName
{
background-color: #BAA3EA;
}
.BgClassName
{
background-color: #BAA3EA;
}
</style>
border-color css
<style>
span { border-color: #BAA3EA; }
span { border-color: rgb(186,163,234); }
td.TdClassName
{
border-color: #BAA3EA;
}
.TagClassName
{
border-color: #BAA3EA;
}
</style>