Shades of Perfume #BA9BD9
Tints of Perfume #BA9BD9
RGB
CMYK
RGB Variations
Color information
#BA9BD9 (or 0xBA9BD9) is known color: Perfume. HEX triplet: BA, 9B and D9. RGB value is (186,155,217). Sum of RGB (Red+Green+Blue) = 186+155+217=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BD9 is #456426. Grayscale: #ABABAB. Windows color (decimal): -4547623 or 14261178. OLE color: 14261178.
HSL color Cylindrical-coordinate representation of color #BA9BD9: hue angle of 270º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9BD9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 155 | 217 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.15 |
| HSL | 270º | 0.45% | 0.73% | - |
| HSV(B) | 270º | 0.29% | 0.85% | - |
| XYZ | 44.5 | 38.89 | 70.81 | - |
| YUV | 171.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 217 | 0.14 | 0.29 | 0 | 0.15 | 270 | 0.45 | 0.73 |
| Hex | BA | 9B | D9 | E | 1D | 0 | F | 10E | 2D | 49 |
| Octal | 272 | 233 | 331 | 16 | 35 | 0 | 17 | 416 | 55 | 111 |
| Binary | 10111010 | 10011011 | 11011001 | 1110 | 11101 | 0 | 1111 | 100001110 | 101101 | 1001001 |
Color Harmonies of #BA9BD9
Complementary color
Monochromatic Colors of #BA9BD9
Black with #BA9BD9
Text Example
Text Example
White with #BA9BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BD9; }
p { color: rgb(186,155,217); }
H1.HeaderClassName
{
color: #BA9BD9;
}
.AnyTagClassName
{
color: #BA9BD9;
}
</style>
background-color css
<style>
a { background-color: #BA9BD9; }
a { background-color: rgb(186,155,217); }
div.DivClassName
{
background-color: #BA9BD9;
}
.BgClassName
{
background-color: #BA9BD9;
}
</style>
border-color css
<style>
span { border-color: #BA9BD9; }
span { border-color: rgb(186,155,217); }
td.TdClassName
{
border-color: #BA9BD9;
}
.TagClassName
{
border-color: #BA9BD9;
}
</style>