Shades of Perfume #BA9FDC
Tints of Perfume #BA9FDC
RGB
CMYK
RGB Variations
Color information
#BA9FDC (or 0xBA9FDC) is known color: Perfume. HEX triplet: BA, 9F and DC. RGB value is (186,159,220). Sum of RGB (Red+Green+Blue) = 186+159+220=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDC is #456023. Grayscale: #ADADAD. Windows color (decimal): -4546596 or 14458810. OLE color: 14458810.
HSL color Cylindrical-coordinate representation of color #BA9FDC: hue angle of 266.56º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9FDC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 159 | 220 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.14 |
| HSL | 266.56º | 0.47% | 0.74% | - |
| HSV(B) | 266.56º | 0.28% | 0.86% | - |
| XYZ | 45.57 | 40.4 | 73.11 | - |
| YUV | 174.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 220 | 0.15 | 0.28 | 0 | 0.14 | 266.56 | 0.47 | 0.74 |
| Hex | BA | 9F | DC | F | 1C | 0 | E | 10B | 2F | 4A |
| Octal | 272 | 237 | 334 | 17 | 34 | 0 | 16 | 413 | 57 | 112 |
| Binary | 10111010 | 10011111 | 11011100 | 1111 | 11100 | 0 | 1110 | 100001011 | 101111 | 1001010 |
Color Harmonies of #BA9FDC
Complementary color
Monochromatic Colors of #BA9FDC
Black with #BA9FDC
Text Example
Text Example
White with #BA9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FDC; }
p { color: rgb(186,159,220); }
H1.HeaderClassName
{
color: #BA9FDC;
}
.AnyTagClassName
{
color: #BA9FDC;
}
</style>
background-color css
<style>
a { background-color: #BA9FDC; }
a { background-color: rgb(186,159,220); }
div.DivClassName
{
background-color: #BA9FDC;
}
.BgClassName
{
background-color: #BA9FDC;
}
</style>
border-color css
<style>
span { border-color: #BA9FDC; }
span { border-color: rgb(186,159,220); }
td.TdClassName
{
border-color: #BA9FDC;
}
.TagClassName
{
border-color: #BA9FDC;
}
</style>