Shades of Perfume #BA99FD
Tints of Perfume #BA99FD
RGB
CMYK
RGB Variations
Color information
#BA99FD (or 0xBA99FD) is known color: Perfume. HEX triplet: BA, 99 and FD. RGB value is (186,153,253). Sum of RGB (Red+Green+Blue) = 186+153+253=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FD is #456602. Grayscale: #ADADAD. Windows color (decimal): -4548099 or 16619962. OLE color: 16619962.
HSL color Cylindrical-coordinate representation of color #BA99FD: hue angle of 259.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA99FD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 153 | 253 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 259.8º | 0.96% | 0.8% | - |
| HSV(B) | 259.8º | 0.4% | 0.99% | - |
| XYZ | 49.37 | 40.31 | 98.11 | - |
| YUV | 174.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 253 | 0.26 | 0.40 | 0 | 0.01 | 259.8 | 0.96 | 0.8 |
| Hex | BA | 99 | FD | 1A | 28 | 0 | 1 | 104 | 60 | 50 |
| Octal | 272 | 231 | 375 | 32 | 50 | 0 | 1 | 404 | 140 | 120 |
| Binary | 10111010 | 10011001 | 11111101 | 11010 | 101000 | 0 | 1 | 100000100 | 1100000 | 1010000 |
Color Harmonies of #BA99FD
Complementary color
Monochromatic Colors of #BA99FD
Black with #BA99FD
Text Example
Text Example
White with #BA99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99FD; }
p { color: rgb(186,153,253); }
H1.HeaderClassName
{
color: #BA99FD;
}
.AnyTagClassName
{
color: #BA99FD;
}
</style>
background-color css
<style>
a { background-color: #BA99FD; }
a { background-color: rgb(186,153,253); }
div.DivClassName
{
background-color: #BA99FD;
}
.BgClassName
{
background-color: #BA99FD;
}
</style>
border-color css
<style>
span { border-color: #BA99FD; }
span { border-color: rgb(186,153,253); }
td.TdClassName
{
border-color: #BA99FD;
}
.TagClassName
{
border-color: #BA99FD;
}
</style>