Shades of Perfume #BA99DE
Tints of Perfume #BA99DE
RGB
CMYK
RGB Variations
Color information
#BA99DE (or 0xBA99DE) is known color: Perfume. HEX triplet: BA, 99 and DE. RGB value is (186,153,222). Sum of RGB (Red+Green+Blue) = 186+153+222=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DE is #456621. Grayscale: #AAAAAA. Windows color (decimal): -4548130 or 14588346. OLE color: 14588346.
HSL color Cylindrical-coordinate representation of color #BA99DE: hue angle of 268.7º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA99DE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 153 | 222 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.13 |
| HSL | 268.7º | 0.51% | 0.74% | - |
| HSV(B) | 268.7º | 0.31% | 0.87% | - |
| XYZ | 44.83 | 38.5 | 74.18 | - |
| YUV | 170.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 222 | 0.16 | 0.31 | 0 | 0.13 | 268.7 | 0.51 | 0.74 |
| Hex | BA | 99 | DE | 10 | 1F | 0 | D | 10D | 33 | 4A |
| Octal | 272 | 231 | 336 | 20 | 37 | 0 | 15 | 415 | 63 | 112 |
| Binary | 10111010 | 10011001 | 11011110 | 10000 | 11111 | 0 | 1101 | 100001101 | 110011 | 1001010 |
Color Harmonies of #BA99DE
Complementary color
Monochromatic Colors of #BA99DE
Black with #BA99DE
Text Example
Text Example
White with #BA99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99DE; }
p { color: rgb(186,153,222); }
H1.HeaderClassName
{
color: #BA99DE;
}
.AnyTagClassName
{
color: #BA99DE;
}
</style>
background-color css
<style>
a { background-color: #BA99DE; }
a { background-color: rgb(186,153,222); }
div.DivClassName
{
background-color: #BA99DE;
}
.BgClassName
{
background-color: #BA99DE;
}
</style>
border-color css
<style>
span { border-color: #BA99DE; }
span { border-color: rgb(186,153,222); }
td.TdClassName
{
border-color: #BA99DE;
}
.TagClassName
{
border-color: #BA99DE;
}
</style>