Shades of Perfume #BA9DF8
Tints of Perfume #BA9DF8
RGB
CMYK
RGB Variations
Color information
#BA9DF8 (or 0xBA9DF8) is known color: Perfume. HEX triplet: BA, 9D and F8. RGB value is (186,157,248). Sum of RGB (Red+Green+Blue) = 186+157+248=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF8 is #456207. Grayscale: #AFAFAF. Windows color (decimal): -4547080 or 16293306. OLE color: 16293306.
HSL color Cylindrical-coordinate representation of color #BA9DF8: hue angle of 259.12º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9DF8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 157 | 248 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.03 |
| HSL | 259.12º | 0.87% | 0.79% | - |
| HSV(B) | 259.12º | 0.37% | 0.97% | - |
| XYZ | 49.25 | 41.33 | 94.19 | - |
| YUV | 176.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 248 | 0.25 | 0.37 | 0 | 0.03 | 259.12 | 0.87 | 0.79 |
| Hex | BA | 9D | F8 | 19 | 25 | 0 | 3 | 103 | 57 | 4F |
| Octal | 272 | 235 | 370 | 31 | 45 | 0 | 3 | 403 | 127 | 117 |
| Binary | 10111010 | 10011101 | 11111000 | 11001 | 100101 | 0 | 11 | 100000011 | 1010111 | 1001111 |
Color Harmonies of #BA9DF8
Complementary color
Monochromatic Colors of #BA9DF8
Black with #BA9DF8
Text Example
Text Example
White with #BA9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DF8; }
p { color: rgb(186,157,248); }
H1.HeaderClassName
{
color: #BA9DF8;
}
.AnyTagClassName
{
color: #BA9DF8;
}
</style>
background-color css
<style>
a { background-color: #BA9DF8; }
a { background-color: rgb(186,157,248); }
div.DivClassName
{
background-color: #BA9DF8;
}
.BgClassName
{
background-color: #BA9DF8;
}
</style>
border-color css
<style>
span { border-color: #BA9DF8; }
span { border-color: rgb(186,157,248); }
td.TdClassName
{
border-color: #BA9DF8;
}
.TagClassName
{
border-color: #BA9DF8;
}
</style>