Shades of Perfume #BA9FED
Tints of Perfume #BA9FED
RGB
CMYK
RGB Variations
Color information
#BA9FED (or 0xBA9FED) is known color: Perfume. HEX triplet: BA, 9F and ED. RGB value is (186,159,237). Sum of RGB (Red+Green+Blue) = 186+159+237=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FED is #456012. Grayscale: #AFAFAF. Windows color (decimal): -4546579 or 15572922. OLE color: 15572922.
HSL color Cylindrical-coordinate representation of color #BA9FED: hue angle of 260.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9FED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 159 | 237 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.07 |
| HSL | 260.77º | 0.68% | 0.78% | - |
| HSV(B) | 260.77º | 0.33% | 0.93% | - |
| XYZ | 47.93 | 41.35 | 85.58 | - |
| YUV | 175.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 237 | 0.22 | 0.33 | 0 | 0.07 | 260.77 | 0.68 | 0.78 |
| Hex | BA | 9F | ED | 16 | 21 | 0 | 7 | 105 | 44 | 4E |
| Octal | 272 | 237 | 355 | 26 | 41 | 0 | 7 | 405 | 104 | 116 |
| Binary | 10111010 | 10011111 | 11101101 | 10110 | 100001 | 0 | 111 | 100000101 | 1000100 | 1001110 |
Color Harmonies of #BA9FED
Complementary color
Monochromatic Colors of #BA9FED
Black with #BA9FED
Text Example
Text Example
White with #BA9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FED; }
p { color: rgb(186,159,237); }
H1.HeaderClassName
{
color: #BA9FED;
}
.AnyTagClassName
{
color: #BA9FED;
}
</style>
background-color css
<style>
a { background-color: #BA9FED; }
a { background-color: rgb(186,159,237); }
div.DivClassName
{
background-color: #BA9FED;
}
.BgClassName
{
background-color: #BA9FED;
}
</style>
border-color css
<style>
span { border-color: #BA9FED; }
span { border-color: rgb(186,159,237); }
td.TdClassName
{
border-color: #BA9FED;
}
.TagClassName
{
border-color: #BA9FED;
}
</style>