Shades of Perfume #BA9CDE
Tints of Perfume #BA9CDE
RGB
CMYK
RGB Variations
Color information
#BA9CDE (or 0xBA9CDE) is known color: Perfume. HEX triplet: BA, 9C and DE. RGB value is (186,156,222). Sum of RGB (Red+Green+Blue) = 186+156+222=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDE is #456321. Grayscale: #ACACAC. Windows color (decimal): -4547362 or 14589114. OLE color: 14589114.
HSL color Cylindrical-coordinate representation of color #BA9CDE: hue angle of 267.27º 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 #BA9CDE is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 156 | 222 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 267.27º | 0.5% | 0.74% | - |
| HSV(B) | 267.27º | 0.3% | 0.87% | - |
| XYZ | 45.32 | 39.49 | 74.34 | - |
| YUV | 172.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 222 | 0.16 | 0.30 | 0 | 0.13 | 267.27 | 0.5 | 0.74 |
| Hex | BA | 9C | DE | 10 | 1E | 0 | D | 10B | 32 | 4A |
| Octal | 272 | 234 | 336 | 20 | 36 | 0 | 15 | 413 | 62 | 112 |
| Binary | 10111010 | 10011100 | 11011110 | 10000 | 11110 | 0 | 1101 | 100001011 | 110010 | 1001010 |
Color Harmonies of #BA9CDE
Complementary color
Monochromatic Colors of #BA9CDE
Black with #BA9CDE
Text Example
Text Example
White with #BA9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CDE; }
p { color: rgb(186,156,222); }
H1.HeaderClassName
{
color: #BA9CDE;
}
.AnyTagClassName
{
color: #BA9CDE;
}
</style>
background-color css
<style>
a { background-color: #BA9CDE; }
a { background-color: rgb(186,156,222); }
div.DivClassName
{
background-color: #BA9CDE;
}
.BgClassName
{
background-color: #BA9CDE;
}
</style>
border-color css
<style>
span { border-color: #BA9CDE; }
span { border-color: rgb(186,156,222); }
td.TdClassName
{
border-color: #BA9CDE;
}
.TagClassName
{
border-color: #BA9CDE;
}
</style>