Shades of Perfume #BA99DA
Tints of Perfume #BA99DA
RGB
CMYK
RGB Variations
Color information
#BA99DA (or 0xBA99DA) is known color: Perfume. HEX triplet: BA, 99 and DA. RGB value is (186,153,218). Sum of RGB (Red+Green+Blue) = 186+153+218=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DA is #456625. Grayscale: #AAAAAA. Windows color (decimal): -4548134 or 14326202. OLE color: 14326202.
HSL color Cylindrical-coordinate representation of color #BA99DA: hue angle of 270.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA99DA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 153 | 218 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.15 |
| HSL | 270.46º | 0.47% | 0.73% | - |
| HSV(B) | 270.46º | 0.3% | 0.85% | - |
| XYZ | 44.3 | 38.28 | 71.38 | - |
| YUV | 170.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 218 | 0.15 | 0.30 | 0 | 0.15 | 270.46 | 0.47 | 0.73 |
| Hex | BA | 99 | DA | F | 1E | 0 | F | 10E | 2F | 49 |
| Octal | 272 | 231 | 332 | 17 | 36 | 0 | 17 | 416 | 57 | 111 |
| Binary | 10111010 | 10011001 | 11011010 | 1111 | 11110 | 0 | 1111 | 100001110 | 101111 | 1001001 |
Color Harmonies of #BA99DA
Complementary color
Monochromatic Colors of #BA99DA
Black with #BA99DA
Text Example
Text Example
White with #BA99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99DA; }
p { color: rgb(186,153,218); }
H1.HeaderClassName
{
color: #BA99DA;
}
.AnyTagClassName
{
color: #BA99DA;
}
</style>
background-color css
<style>
a { background-color: #BA99DA; }
a { background-color: rgb(186,153,218); }
div.DivClassName
{
background-color: #BA99DA;
}
.BgClassName
{
background-color: #BA99DA;
}
</style>
border-color css
<style>
span { border-color: #BA99DA; }
span { border-color: rgb(186,153,218); }
td.TdClassName
{
border-color: #BA99DA;
}
.TagClassName
{
border-color: #BA99DA;
}
</style>