Shades of Perfume #BA90FC
Tints of Perfume #BA90FC
RGB
CMYK
RGB Variations
Color information
#BA90FC (or 0xBA90FC) is known color: Perfume. HEX triplet: BA, 90 and FC. RGB value is (186,144,252). Sum of RGB (Red+Green+Blue) = 186+144+252=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FC is #456F03. Grayscale: #A8A8A8. Windows color (decimal): -4550404 or 16552122. OLE color: 16552122.
HSL color Cylindrical-coordinate representation of color #BA90FC: hue angle of 263.33º degrees, saturation: 0.95, 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 #BA90FC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 144 | 252 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.01 |
| HSL | 263.33º | 0.95% | 0.78% | - |
| HSV(B) | 263.33º | 0.43% | 0.99% | - |
| XYZ | 47.79 | 37.41 | 96.8 | - |
| YUV | 168.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 252 | 0.26 | 0.43 | 0 | 0.01 | 263.33 | 0.95 | 0.78 |
| Hex | BA | 90 | FC | 1A | 2B | 0 | 1 | 107 | 5F | 4E |
| Octal | 272 | 220 | 374 | 32 | 53 | 0 | 1 | 407 | 137 | 116 |
| Binary | 10111010 | 10010000 | 11111100 | 11010 | 101011 | 0 | 1 | 100000111 | 1011111 | 1001110 |
Color Harmonies of #BA90FC
Complementary color
Monochromatic Colors of #BA90FC
Black with #BA90FC
Text Example
Text Example
White with #BA90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90FC; }
p { color: rgb(186,144,252); }
H1.HeaderClassName
{
color: #BA90FC;
}
.AnyTagClassName
{
color: #BA90FC;
}
</style>
background-color css
<style>
a { background-color: #BA90FC; }
a { background-color: rgb(186,144,252); }
div.DivClassName
{
background-color: #BA90FC;
}
.BgClassName
{
background-color: #BA90FC;
}
</style>
border-color css
<style>
span { border-color: #BA90FC; }
span { border-color: rgb(186,144,252); }
td.TdClassName
{
border-color: #BA90FC;
}
.TagClassName
{
border-color: #BA90FC;
}
</style>