Shades of Perfume #BA9CD3
Tints of Perfume #BA9CD3
RGB
CMYK
RGB Variations
Color information
#BA9CD3 (or 0xBA9CD3) is known color: Perfume. HEX triplet: BA, 9C and D3. RGB value is (186,156,211). Sum of RGB (Red+Green+Blue) = 186+156+211=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CD3 is #45632C. Grayscale: #ABABAB. Windows color (decimal): -4547373 or 13868218. OLE color: 13868218.
HSL color Cylindrical-coordinate representation of color #BA9CD3: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9CD3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 156 | 211 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.17 |
| HSL | 272.73º | 0.38% | 0.72% | - |
| HSV(B) | 272.73º | 0.26% | 0.83% | - |
| XYZ | 43.9 | 38.92 | 66.83 | - |
| YUV | 171.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 211 | 0.12 | 0.26 | 0 | 0.17 | 272.73 | 0.38 | 0.72 |
| Hex | BA | 9C | D3 | C | 1A | 0 | 11 | 111 | 26 | 48 |
| Octal | 272 | 234 | 323 | 14 | 32 | 0 | 21 | 421 | 46 | 110 |
| Binary | 10111010 | 10011100 | 11010011 | 1100 | 11010 | 0 | 10001 | 100010001 | 100110 | 1001000 |
Color Harmonies of #BA9CD3
Complementary color
Monochromatic Colors of #BA9CD3
Black with #BA9CD3
Text Example
Text Example
White with #BA9CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CD3; }
p { color: rgb(186,156,211); }
H1.HeaderClassName
{
color: #BA9CD3;
}
.AnyTagClassName
{
color: #BA9CD3;
}
</style>
background-color css
<style>
a { background-color: #BA9CD3; }
a { background-color: rgb(186,156,211); }
div.DivClassName
{
background-color: #BA9CD3;
}
.BgClassName
{
background-color: #BA9CD3;
}
</style>
border-color css
<style>
span { border-color: #BA9CD3; }
span { border-color: rgb(186,156,211); }
td.TdClassName
{
border-color: #BA9CD3;
}
.TagClassName
{
border-color: #BA9CD3;
}
</style>