Shades of Perfume #BA9FE3
Tints of Perfume #BA9FE3
RGB
CMYK
RGB Variations
Color information
#BA9FE3 (or 0xBA9FE3) is known color: Perfume. HEX triplet: BA, 9F and E3. RGB value is (186,159,227). Sum of RGB (Red+Green+Blue) = 186+159+227=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FE3 is #45601C. Grayscale: #AEAEAE. Windows color (decimal): -4546589 or 14917562. OLE color: 14917562.
HSL color Cylindrical-coordinate representation of color #BA9FE3: hue angle of 263.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9FE3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 159 | 227 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.11 |
| HSL | 263.82º | 0.55% | 0.76% | - |
| HSV(B) | 263.82º | 0.3% | 0.89% | - |
| XYZ | 46.51 | 40.78 | 78.09 | - |
| YUV | 174.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 227 | 0.18 | 0.30 | 0 | 0.11 | 263.82 | 0.55 | 0.76 |
| Hex | BA | 9F | E3 | 12 | 1E | 0 | B | 108 | 37 | 4C |
| Octal | 272 | 237 | 343 | 22 | 36 | 0 | 13 | 410 | 67 | 114 |
| Binary | 10111010 | 10011111 | 11100011 | 10010 | 11110 | 0 | 1011 | 100001000 | 110111 | 1001100 |
Color Harmonies of #BA9FE3
Complementary color
Monochromatic Colors of #BA9FE3
Black with #BA9FE3
Text Example
Text Example
White with #BA9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FE3; }
p { color: rgb(186,159,227); }
H1.HeaderClassName
{
color: #BA9FE3;
}
.AnyTagClassName
{
color: #BA9FE3;
}
</style>
background-color css
<style>
a { background-color: #BA9FE3; }
a { background-color: rgb(186,159,227); }
div.DivClassName
{
background-color: #BA9FE3;
}
.BgClassName
{
background-color: #BA9FE3;
}
</style>
border-color css
<style>
span { border-color: #BA9FE3; }
span { border-color: rgb(186,159,227); }
td.TdClassName
{
border-color: #BA9FE3;
}
.TagClassName
{
border-color: #BA9FE3;
}
</style>