Shades of Perfume #BA99FB
Tints of Perfume #BA99FB
RGB
CMYK
RGB Variations
Color information
#BA99FB (or 0xBA99FB) is known color: Perfume. HEX triplet: BA, 99 and FB. RGB value is (186,153,251). Sum of RGB (Red+Green+Blue) = 186+153+251=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FB is #456604. Grayscale: #ADADAD. Windows color (decimal): -4548101 or 16488890. OLE color: 16488890.
HSL color Cylindrical-coordinate representation of color #BA99FB: hue angle of 260.2º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA99FB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 153 | 251 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 260.2º | 0.92% | 0.79% | - |
| HSV(B) | 260.2º | 0.39% | 0.98% | - |
| XYZ | 49.05 | 40.19 | 96.44 | - |
| YUV | 174.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 251 | 0.26 | 0.39 | 0 | 0.02 | 260.2 | 0.92 | 0.79 |
| Hex | BA | 99 | FB | 1A | 27 | 0 | 2 | 104 | 5C | 4F |
| Octal | 272 | 231 | 373 | 32 | 47 | 0 | 2 | 404 | 134 | 117 |
| Binary | 10111010 | 10011001 | 11111011 | 11010 | 100111 | 0 | 10 | 100000100 | 1011100 | 1001111 |
Color Harmonies of #BA99FB
Complementary color
Monochromatic Colors of #BA99FB
Black with #BA99FB
Text Example
Text Example
White with #BA99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99FB; }
p { color: rgb(186,153,251); }
H1.HeaderClassName
{
color: #BA99FB;
}
.AnyTagClassName
{
color: #BA99FB;
}
</style>
background-color css
<style>
a { background-color: #BA99FB; }
a { background-color: rgb(186,153,251); }
div.DivClassName
{
background-color: #BA99FB;
}
.BgClassName
{
background-color: #BA99FB;
}
</style>
border-color css
<style>
span { border-color: #BA99FB; }
span { border-color: rgb(186,153,251); }
td.TdClassName
{
border-color: #BA99FB;
}
.TagClassName
{
border-color: #BA99FB;
}
</style>