Shades of Perfume #BA9CED
Tints of Perfume #BA9CED
RGB
CMYK
RGB Variations
Color information
#BA9CED (or 0xBA9CED) is known color: Perfume. HEX triplet: BA, 9C and ED. RGB value is (186,156,237). Sum of RGB (Red+Green+Blue) = 186+156+237=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CED is #456312. Grayscale: #ADADAD. Windows color (decimal): -4547347 or 15572154. OLE color: 15572154.
HSL color Cylindrical-coordinate representation of color #BA9CED: hue angle of 262.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9CED is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 156 | 237 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 262.22º | 0.69% | 0.77% | - |
| HSV(B) | 262.22º | 0.34% | 0.93% | - |
| XYZ | 47.42 | 40.33 | 85.41 | - |
| YUV | 174.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 237 | 0.22 | 0.34 | 0 | 0.07 | 262.22 | 0.69 | 0.77 |
| Hex | BA | 9C | ED | 16 | 22 | 0 | 7 | 106 | 45 | 4D |
| Octal | 272 | 234 | 355 | 26 | 42 | 0 | 7 | 406 | 105 | 115 |
| Binary | 10111010 | 10011100 | 11101101 | 10110 | 100010 | 0 | 111 | 100000110 | 1000101 | 1001101 |
Color Harmonies of #BA9CED
Complementary color
Monochromatic Colors of #BA9CED
Black with #BA9CED
Text Example
Text Example
White with #BA9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CED; }
p { color: rgb(186,156,237); }
H1.HeaderClassName
{
color: #BA9CED;
}
.AnyTagClassName
{
color: #BA9CED;
}
</style>
background-color css
<style>
a { background-color: #BA9CED; }
a { background-color: rgb(186,156,237); }
div.DivClassName
{
background-color: #BA9CED;
}
.BgClassName
{
background-color: #BA9CED;
}
</style>
border-color css
<style>
span { border-color: #BA9CED; }
span { border-color: rgb(186,156,237); }
td.TdClassName
{
border-color: #BA9CED;
}
.TagClassName
{
border-color: #BA9CED;
}
</style>