Shades of Perfume #BA90FD
Tints of Perfume #BA90FD
RGB
CMYK
RGB Variations
Color information
#BA90FD (or 0xBA90FD) is known color: Perfume. HEX triplet: BA, 90 and FD. RGB value is (186,144,253). Sum of RGB (Red+Green+Blue) = 186+144+253=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FD is #456F02. Grayscale: #A8A8A8. Windows color (decimal): -4550403 or 16617658. OLE color: 16617658.
HSL color Cylindrical-coordinate representation of color #BA90FD: hue angle of 263.12º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA90FD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 144 | 253 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.01 |
| HSL | 263.12º | 0.96% | 0.78% | - |
| HSV(B) | 263.12º | 0.43% | 0.99% | - |
| XYZ | 47.95 | 37.48 | 97.64 | - |
| YUV | 168.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 253 | 0.26 | 0.43 | 0 | 0.01 | 263.12 | 0.96 | 0.78 |
| Hex | BA | 90 | FD | 1A | 2B | 0 | 1 | 107 | 60 | 4E |
| Octal | 272 | 220 | 375 | 32 | 53 | 0 | 1 | 407 | 140 | 116 |
| Binary | 10111010 | 10010000 | 11111101 | 11010 | 101011 | 0 | 1 | 100000111 | 1100000 | 1001110 |
Color Harmonies of #BA90FD
Complementary color
Monochromatic Colors of #BA90FD
Black with #BA90FD
Text Example
Text Example
White with #BA90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90FD; }
p { color: rgb(186,144,253); }
H1.HeaderClassName
{
color: #BA90FD;
}
.AnyTagClassName
{
color: #BA90FD;
}
</style>
background-color css
<style>
a { background-color: #BA90FD; }
a { background-color: rgb(186,144,253); }
div.DivClassName
{
background-color: #BA90FD;
}
.BgClassName
{
background-color: #BA90FD;
}
</style>
border-color css
<style>
span { border-color: #BA90FD; }
span { border-color: rgb(186,144,253); }
td.TdClassName
{
border-color: #BA90FD;
}
.TagClassName
{
border-color: #BA90FD;
}
</style>