Shades of Perfume #BA9BDD
Tints of Perfume #BA9BDD
RGB
CMYK
RGB Variations
Color information
#BA9BDD (or 0xBA9BDD) is known color: Perfume. HEX triplet: BA, 9B and DD. RGB value is (186,155,221). Sum of RGB (Red+Green+Blue) = 186+155+221=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BDD is #456422. Grayscale: #ABABAB. Windows color (decimal): -4547619 or 14523322. OLE color: 14523322.
HSL color Cylindrical-coordinate representation of color #BA9BDD: hue angle of 268.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9BDD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 155 | 221 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 268.18º | 0.49% | 0.74% | - |
| HSV(B) | 268.18º | 0.3% | 0.87% | - |
| XYZ | 45.02 | 39.1 | 73.58 | - |
| YUV | 171.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 221 | 0.16 | 0.30 | 0 | 0.13 | 268.18 | 0.49 | 0.74 |
| Hex | BA | 9B | DD | 10 | 1E | 0 | D | 10C | 31 | 4A |
| Octal | 272 | 233 | 335 | 20 | 36 | 0 | 15 | 414 | 61 | 112 |
| Binary | 10111010 | 10011011 | 11011101 | 10000 | 11110 | 0 | 1101 | 100001100 | 110001 | 1001010 |
Color Harmonies of #BA9BDD
Complementary color
Monochromatic Colors of #BA9BDD
Black with #BA9BDD
Text Example
Text Example
White with #BA9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BDD; }
p { color: rgb(186,155,221); }
H1.HeaderClassName
{
color: #BA9BDD;
}
.AnyTagClassName
{
color: #BA9BDD;
}
</style>
background-color css
<style>
a { background-color: #BA9BDD; }
a { background-color: rgb(186,155,221); }
div.DivClassName
{
background-color: #BA9BDD;
}
.BgClassName
{
background-color: #BA9BDD;
}
</style>
border-color css
<style>
span { border-color: #BA9BDD; }
span { border-color: rgb(186,155,221); }
td.TdClassName
{
border-color: #BA9BDD;
}
.TagClassName
{
border-color: #BA9BDD;
}
</style>