Shades of Perfume #BA9CCE
Tints of Perfume #BA9CCE
RGB
CMYK
RGB Variations
Color information
#BA9CCE (or 0xBA9CCE) is known color: Perfume. HEX triplet: BA, 9C and CE. RGB value is (186,156,206). Sum of RGB (Red+Green+Blue) = 186+156+206=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCE is #456331. Grayscale: #AAAAAA. Windows color (decimal): -4547378 or 13540538. OLE color: 13540538.
HSL color Cylindrical-coordinate representation of color #BA9CCE: hue angle of 276º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9CCE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 156 | 206 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.19 |
| HSL | 276º | 0.34% | 0.71% | - |
| HSV(B) | 276º | 0.24% | 0.81% | - |
| XYZ | 43.28 | 38.67 | 63.58 | - |
| YUV | 170.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 206 | 0.10 | 0.24 | 0 | 0.19 | 276 | 0.34 | 0.71 |
| Hex | BA | 9C | CE | A | 18 | 0 | 13 | 114 | 22 | 47 |
| Octal | 272 | 234 | 316 | 12 | 30 | 0 | 23 | 424 | 42 | 107 |
| Binary | 10111010 | 10011100 | 11001110 | 1010 | 11000 | 0 | 10011 | 100010100 | 100010 | 1000111 |
Color Harmonies of #BA9CCE
Complementary color
Monochromatic Colors of #BA9CCE
Black with #BA9CCE
Text Example
Text Example
White with #BA9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CCE; }
p { color: rgb(186,156,206); }
H1.HeaderClassName
{
color: #BA9CCE;
}
.AnyTagClassName
{
color: #BA9CCE;
}
</style>
background-color css
<style>
a { background-color: #BA9CCE; }
a { background-color: rgb(186,156,206); }
div.DivClassName
{
background-color: #BA9CCE;
}
.BgClassName
{
background-color: #BA9CCE;
}
</style>
border-color css
<style>
span { border-color: #BA9CCE; }
span { border-color: rgb(186,156,206); }
td.TdClassName
{
border-color: #BA9CCE;
}
.TagClassName
{
border-color: #BA9CCE;
}
</style>