Shades of Perfume #BA90FF
Tints of Perfume #BA90FF
RGB
CMYK
RGB Variations
Color information
#BA90FF (or 0xBA90FF) is known color: Perfume. HEX triplet: BA, 90 and FF. RGB value is (186,144,255). Sum of RGB (Red+Green+Blue) = 186+144+255=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FF is #456F00. Grayscale: #A8A8A8. Windows color (decimal): -4550401 or 16748730. OLE color: 16748730.
HSL color Cylindrical-coordinate representation of color #BA90FF: hue angle of 262.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA90FF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 144 | 255 | - |
| CMYK | 0.27 | 0.44 | 0 | 0 |
| HSL | 262.7º | 1% | 0.78% | - |
| HSV(B) | 262.7º | 0.44% | 1% | - |
| XYZ | 48.27 | 37.61 | 99.32 | - |
| YUV | 169.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 255 | 0.27 | 0.44 | 0 | 0 | 262.7 | 1 | 0.78 |
| Hex | BA | 90 | FF | 1B | 2C | 0 | 0 | 107 | 64 | 4E |
| Octal | 272 | 220 | 377 | 33 | 54 | 0 | 0 | 407 | 144 | 116 |
| Binary | 10111010 | 10010000 | 11111111 | 11011 | 101100 | 0 | 0 | 100000111 | 1100100 | 1001110 |
Color Harmonies of #BA90FF
Complementary color
Monochromatic Colors of #BA90FF
Black with #BA90FF
Text Example
Text Example
White with #BA90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90FF; }
p { color: rgb(186,144,255); }
H1.HeaderClassName
{
color: #BA90FF;
}
.AnyTagClassName
{
color: #BA90FF;
}
</style>
background-color css
<style>
a { background-color: #BA90FF; }
a { background-color: rgb(186,144,255); }
div.DivClassName
{
background-color: #BA90FF;
}
.BgClassName
{
background-color: #BA90FF;
}
</style>
border-color css
<style>
span { border-color: #BA90FF; }
span { border-color: rgb(186,144,255); }
td.TdClassName
{
border-color: #BA90FF;
}
.TagClassName
{
border-color: #BA90FF;
}
</style>