Shades of Perfume #BA9CCF
Tints of Perfume #BA9CCF
RGB
CMYK
RGB Variations
Color information
#BA9CCF (or 0xBA9CCF) is known color: Perfume. HEX triplet: BA, 9C and CF. RGB value is (186,156,207). Sum of RGB (Red+Green+Blue) = 186+156+207=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCF is #456330. Grayscale: #AAAAAA. Windows color (decimal): -4547377 or 13606074. OLE color: 13606074.
HSL color Cylindrical-coordinate representation of color #BA9CCF: hue angle of 275.29º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9CCF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 156 | 207 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.19 |
| HSL | 275.29º | 0.35% | 0.71% | - |
| HSV(B) | 275.29º | 0.25% | 0.81% | - |
| XYZ | 43.4 | 38.72 | 64.22 | - |
| YUV | 170.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 207 | 0.10 | 0.25 | 0 | 0.19 | 275.29 | 0.35 | 0.71 |
| Hex | BA | 9C | CF | A | 19 | 0 | 13 | 113 | 23 | 47 |
| Octal | 272 | 234 | 317 | 12 | 31 | 0 | 23 | 423 | 43 | 107 |
| Binary | 10111010 | 10011100 | 11001111 | 1010 | 11001 | 0 | 10011 | 100010011 | 100011 | 1000111 |
Color Harmonies of #BA9CCF
Complementary color
Monochromatic Colors of #BA9CCF
Black with #BA9CCF
Text Example
Text Example
White with #BA9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CCF; }
p { color: rgb(186,156,207); }
H1.HeaderClassName
{
color: #BA9CCF;
}
.AnyTagClassName
{
color: #BA9CCF;
}
</style>
background-color css
<style>
a { background-color: #BA9CCF; }
a { background-color: rgb(186,156,207); }
div.DivClassName
{
background-color: #BA9CCF;
}
.BgClassName
{
background-color: #BA9CCF;
}
</style>
border-color css
<style>
span { border-color: #BA9CCF; }
span { border-color: rgb(186,156,207); }
td.TdClassName
{
border-color: #BA9CCF;
}
.TagClassName
{
border-color: #BA9CCF;
}
</style>