Shades of Perfume #BA99EE
Tints of Perfume #BA99EE
RGB
CMYK
RGB Variations
Color information
#BA99EE (or 0xBA99EE) is known color: Perfume. HEX triplet: BA, 99 and EE. RGB value is (186,153,238). Sum of RGB (Red+Green+Blue) = 186+153+238=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EE is #456611. Grayscale: #ACACAC. Windows color (decimal): -4548114 or 15636922. OLE color: 15636922.
HSL color Cylindrical-coordinate representation of color #BA99EE: hue angle of 263.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA99EE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 153 | 238 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.07 |
| HSL | 263.29º | 0.71% | 0.77% | - |
| HSV(B) | 263.29º | 0.36% | 0.93% | - |
| XYZ | 47.07 | 39.39 | 86.01 | - |
| YUV | 172.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 238 | 0.22 | 0.36 | 0 | 0.07 | 263.29 | 0.71 | 0.77 |
| Hex | BA | 99 | EE | 16 | 24 | 0 | 7 | 107 | 47 | 4D |
| Octal | 272 | 231 | 356 | 26 | 44 | 0 | 7 | 407 | 107 | 115 |
| Binary | 10111010 | 10011001 | 11101110 | 10110 | 100100 | 0 | 111 | 100000111 | 1000111 | 1001101 |
Color Harmonies of #BA99EE
Complementary color
Monochromatic Colors of #BA99EE
Black with #BA99EE
Text Example
Text Example
White with #BA99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99EE; }
p { color: rgb(186,153,238); }
H1.HeaderClassName
{
color: #BA99EE;
}
.AnyTagClassName
{
color: #BA99EE;
}
</style>
background-color css
<style>
a { background-color: #BA99EE; }
a { background-color: rgb(186,153,238); }
div.DivClassName
{
background-color: #BA99EE;
}
.BgClassName
{
background-color: #BA99EE;
}
</style>
border-color css
<style>
span { border-color: #BA99EE; }
span { border-color: rgb(186,153,238); }
td.TdClassName
{
border-color: #BA99EE;
}
.TagClassName
{
border-color: #BA99EE;
}
</style>