Shades of Perfume #BA9BDE
Tints of Perfume #BA9BDE
RGB
CMYK
RGB Variations
Color information
#BA9BDE (or 0xBA9BDE) is known color: Perfume. HEX triplet: BA, 9B and DE. RGB value is (186,155,222). Sum of RGB (Red+Green+Blue) = 186+155+222=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BDE is #456421. Grayscale: #ABABAB. Windows color (decimal): -4547618 or 14588858. OLE color: 14588858.
HSL color Cylindrical-coordinate representation of color #BA9BDE: hue angle of 267.76º degrees, saturation: 0.5, 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 #BA9BDE is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 155 | 222 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 267.76º | 0.5% | 0.74% | - |
| HSV(B) | 267.76º | 0.3% | 0.87% | - |
| XYZ | 45.16 | 39.16 | 74.29 | - |
| YUV | 171.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 222 | 0.16 | 0.30 | 0 | 0.13 | 267.76 | 0.5 | 0.74 |
| Hex | BA | 9B | DE | 10 | 1E | 0 | D | 10C | 32 | 4A |
| Octal | 272 | 233 | 336 | 20 | 36 | 0 | 15 | 414 | 62 | 112 |
| Binary | 10111010 | 10011011 | 11011110 | 10000 | 11110 | 0 | 1101 | 100001100 | 110010 | 1001010 |
Color Harmonies of #BA9BDE
Complementary color
Monochromatic Colors of #BA9BDE
Black with #BA9BDE
Text Example
Text Example
White with #BA9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BDE; }
p { color: rgb(186,155,222); }
H1.HeaderClassName
{
color: #BA9BDE;
}
.AnyTagClassName
{
color: #BA9BDE;
}
</style>
background-color css
<style>
a { background-color: #BA9BDE; }
a { background-color: rgb(186,155,222); }
div.DivClassName
{
background-color: #BA9BDE;
}
.BgClassName
{
background-color: #BA9BDE;
}
</style>
border-color css
<style>
span { border-color: #BA9BDE; }
span { border-color: rgb(186,155,222); }
td.TdClassName
{
border-color: #BA9BDE;
}
.TagClassName
{
border-color: #BA9BDE;
}
</style>