Shades of Perfume #BA9DEA
Tints of Perfume #BA9DEA
RGB
CMYK
RGB Variations
Color information
#BA9DEA (or 0xBA9DEA) is known color: Perfume. HEX triplet: BA, 9D and EA. RGB value is (186,157,234). Sum of RGB (Red+Green+Blue) = 186+157+234=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DEA is #456215. Grayscale: #AEAEAE. Windows color (decimal): -4547094 or 15375802. OLE color: 15375802.
HSL color Cylindrical-coordinate representation of color #BA9DEA: hue angle of 262.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9DEA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 157 | 234 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.08 |
| HSL | 262.6º | 0.65% | 0.77% | - |
| HSV(B) | 262.6º | 0.33% | 0.92% | - |
| XYZ | 47.16 | 40.49 | 83.17 | - |
| YUV | 174.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 234 | 0.21 | 0.33 | 0 | 0.08 | 262.6 | 0.65 | 0.77 |
| Hex | BA | 9D | EA | 15 | 21 | 0 | 8 | 107 | 41 | 4D |
| Octal | 272 | 235 | 352 | 25 | 41 | 0 | 10 | 407 | 101 | 115 |
| Binary | 10111010 | 10011101 | 11101010 | 10101 | 100001 | 0 | 1000 | 100000111 | 1000001 | 1001101 |
Color Harmonies of #BA9DEA
Complementary color
Monochromatic Colors of #BA9DEA
Black with #BA9DEA
Text Example
Text Example
White with #BA9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DEA; }
p { color: rgb(186,157,234); }
H1.HeaderClassName
{
color: #BA9DEA;
}
.AnyTagClassName
{
color: #BA9DEA;
}
</style>
background-color css
<style>
a { background-color: #BA9DEA; }
a { background-color: rgb(186,157,234); }
div.DivClassName
{
background-color: #BA9DEA;
}
.BgClassName
{
background-color: #BA9DEA;
}
</style>
border-color css
<style>
span { border-color: #BA9DEA; }
span { border-color: rgb(186,157,234); }
td.TdClassName
{
border-color: #BA9DEA;
}
.TagClassName
{
border-color: #BA9DEA;
}
</style>