Shades of Perfume #BA90FB
Tints of Perfume #BA90FB
RGB
CMYK
RGB Variations
Color information
#BA90FB (or 0xBA90FB) is known color: Perfume. HEX triplet: BA, 90 and FB. RGB value is (186,144,251). Sum of RGB (Red+Green+Blue) = 186+144+251=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FB is #456F04. Grayscale: #A8A8A8. Windows color (decimal): -4550405 or 16486586. OLE color: 16486586.
HSL color Cylindrical-coordinate representation of color #BA90FB: hue angle of 263.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA90FB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 144 | 251 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.02 |
| HSL | 263.55º | 0.93% | 0.77% | - |
| HSV(B) | 263.55º | 0.43% | 0.98% | - |
| XYZ | 47.64 | 37.35 | 95.97 | - |
| YUV | 168.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 251 | 0.26 | 0.43 | 0 | 0.02 | 263.55 | 0.93 | 0.77 |
| Hex | BA | 90 | FB | 1A | 2B | 0 | 2 | 108 | 5D | 4D |
| Octal | 272 | 220 | 373 | 32 | 53 | 0 | 2 | 410 | 135 | 115 |
| Binary | 10111010 | 10010000 | 11111011 | 11010 | 101011 | 0 | 10 | 100001000 | 1011101 | 1001101 |
Color Harmonies of #BA90FB
Complementary color
Monochromatic Colors of #BA90FB
Black with #BA90FB
Text Example
Text Example
White with #BA90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90FB; }
p { color: rgb(186,144,251); }
H1.HeaderClassName
{
color: #BA90FB;
}
.AnyTagClassName
{
color: #BA90FB;
}
</style>
background-color css
<style>
a { background-color: #BA90FB; }
a { background-color: rgb(186,144,251); }
div.DivClassName
{
background-color: #BA90FB;
}
.BgClassName
{
background-color: #BA90FB;
}
</style>
border-color css
<style>
span { border-color: #BA90FB; }
span { border-color: rgb(186,144,251); }
td.TdClassName
{
border-color: #BA90FB;
}
.TagClassName
{
border-color: #BA90FB;
}
</style>