Shades of Perfume #BA9CEB
Tints of Perfume #BA9CEB
RGB
CMYK
RGB Variations
Color information
#BA9CEB (or 0xBA9CEB) is known color: Perfume. HEX triplet: BA, 9C and EB. RGB value is (186,156,235). Sum of RGB (Red+Green+Blue) = 186+156+235=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CEB is #456314. Grayscale: #ADADAD. Windows color (decimal): -4547349 or 15441082. OLE color: 15441082.
HSL color Cylindrical-coordinate representation of color #BA9CEB: hue angle of 262.78º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9CEB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 156 | 235 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.08 |
| HSL | 262.78º | 0.66% | 0.77% | - |
| HSV(B) | 262.78º | 0.34% | 0.92% | - |
| XYZ | 47.13 | 40.21 | 83.88 | - |
| YUV | 173.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 235 | 0.21 | 0.34 | 0 | 0.08 | 262.78 | 0.66 | 0.77 |
| Hex | BA | 9C | EB | 15 | 22 | 0 | 8 | 107 | 42 | 4D |
| Octal | 272 | 234 | 353 | 25 | 42 | 0 | 10 | 407 | 102 | 115 |
| Binary | 10111010 | 10011100 | 11101011 | 10101 | 100010 | 0 | 1000 | 100000111 | 1000010 | 1001101 |
Color Harmonies of #BA9CEB
Complementary color
Monochromatic Colors of #BA9CEB
Black with #BA9CEB
Text Example
Text Example
White with #BA9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CEB; }
p { color: rgb(186,156,235); }
H1.HeaderClassName
{
color: #BA9CEB;
}
.AnyTagClassName
{
color: #BA9CEB;
}
</style>
background-color css
<style>
a { background-color: #BA9CEB; }
a { background-color: rgb(186,156,235); }
div.DivClassName
{
background-color: #BA9CEB;
}
.BgClassName
{
background-color: #BA9CEB;
}
</style>
border-color css
<style>
span { border-color: #BA9CEB; }
span { border-color: rgb(186,156,235); }
td.TdClassName
{
border-color: #BA9CEB;
}
.TagClassName
{
border-color: #BA9CEB;
}
</style>