Shades of Perfume #BA99EF
Tints of Perfume #BA99EF
RGB
CMYK
RGB Variations
Color information
#BA99EF (or 0xBA99EF) is known color: Perfume. HEX triplet: BA, 99 and EF. RGB value is (186,153,239). Sum of RGB (Red+Green+Blue) = 186+153+239=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EF is #456610. Grayscale: #ACACAC. Windows color (decimal): -4548113 or 15702458. OLE color: 15702458.
HSL color Cylindrical-coordinate representation of color #BA99EF: hue angle of 263.02º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA99EF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 153 | 239 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.06 |
| HSL | 263.02º | 0.73% | 0.77% | - |
| HSV(B) | 263.02º | 0.36% | 0.94% | - |
| XYZ | 47.22 | 39.45 | 86.79 | - |
| YUV | 172.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 239 | 0.22 | 0.36 | 0 | 0.06 | 263.02 | 0.73 | 0.77 |
| Hex | BA | 99 | EF | 16 | 24 | 0 | 6 | 107 | 49 | 4D |
| Octal | 272 | 231 | 357 | 26 | 44 | 0 | 6 | 407 | 111 | 115 |
| Binary | 10111010 | 10011001 | 11101111 | 10110 | 100100 | 0 | 110 | 100000111 | 1001001 | 1001101 |
Color Harmonies of #BA99EF
Complementary color
Monochromatic Colors of #BA99EF
Black with #BA99EF
Text Example
Text Example
White with #BA99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99EF; }
p { color: rgb(186,153,239); }
H1.HeaderClassName
{
color: #BA99EF;
}
.AnyTagClassName
{
color: #BA99EF;
}
</style>
background-color css
<style>
a { background-color: #BA99EF; }
a { background-color: rgb(186,153,239); }
div.DivClassName
{
background-color: #BA99EF;
}
.BgClassName
{
background-color: #BA99EF;
}
</style>
border-color css
<style>
span { border-color: #BA99EF; }
span { border-color: rgb(186,153,239); }
td.TdClassName
{
border-color: #BA99EF;
}
.TagClassName
{
border-color: #BA99EF;
}
</style>