Shades of Perfume #BA90FE
Tints of Perfume #BA90FE
RGB
CMYK
RGB Variations
Color information
#BA90FE (or 0xBA90FE) is known color: Perfume. HEX triplet: BA, 90 and FE. RGB value is (186,144,254). Sum of RGB (Red+Green+Blue) = 186+144+254=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FE is #456F01. Grayscale: #A8A8A8. Windows color (decimal): -4550402 or 16683194. OLE color: 16683194.
HSL color Cylindrical-coordinate representation of color #BA90FE: hue angle of 262.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA90FE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 144 | 254 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.00 |
| HSL | 262.91º | 0.98% | 0.78% | - |
| HSV(B) | 262.91º | 0.43% | 1% | - |
| XYZ | 48.11 | 37.54 | 98.48 | - |
| YUV | 169.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 254 | 0.27 | 0.43 | 0 | 0.00 | 262.91 | 0.98 | 0.78 |
| Hex | BA | 90 | FE | 1B | 2B | 0 | 0 | 107 | 62 | 4E |
| Octal | 272 | 220 | 376 | 33 | 53 | 0 | 0 | 407 | 142 | 116 |
| Binary | 10111010 | 10010000 | 11111110 | 11011 | 101011 | 0 | 0 | 100000111 | 1100010 | 1001110 |
Color Harmonies of #BA90FE
Complementary color
Monochromatic Colors of #BA90FE
Black with #BA90FE
Text Example
Text Example
White with #BA90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90FE; }
p { color: rgb(186,144,254); }
H1.HeaderClassName
{
color: #BA90FE;
}
.AnyTagClassName
{
color: #BA90FE;
}
</style>
background-color css
<style>
a { background-color: #BA90FE; }
a { background-color: rgb(186,144,254); }
div.DivClassName
{
background-color: #BA90FE;
}
.BgClassName
{
background-color: #BA90FE;
}
</style>
border-color css
<style>
span { border-color: #BA90FE; }
span { border-color: rgb(186,144,254); }
td.TdClassName
{
border-color: #BA90FE;
}
.TagClassName
{
border-color: #BA90FE;
}
</style>