Shades of Perfume #BA93EB
Tints of Perfume #BA93EB
RGB
CMYK
RGB Variations
Color information
#BA93EB (or 0xBA93EB) is known color: Perfume. HEX triplet: BA, 93 and EB. RGB value is (186,147,235). Sum of RGB (Red+Green+Blue) = 186+147+235=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA93EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93EB is #456C14. Grayscale: #A8A8A8. Windows color (decimal): -4549653 or 15438778. OLE color: 15438778.
HSL color Cylindrical-coordinate representation of color #BA93EB: hue angle of 266.59º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA93EB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 147 | 235 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.08 |
| HSL | 266.59º | 0.69% | 0.75% | - |
| HSV(B) | 266.59º | 0.37% | 0.92% | - |
| XYZ | 45.68 | 37.3 | 83.39 | - |
| YUV | 168.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 235 | 0.21 | 0.37 | 0 | 0.08 | 266.59 | 0.69 | 0.75 |
| Hex | BA | 93 | EB | 15 | 25 | 0 | 8 | 10B | 45 | 4B |
| Octal | 272 | 223 | 353 | 25 | 45 | 0 | 10 | 413 | 105 | 113 |
| Binary | 10111010 | 10010011 | 11101011 | 10101 | 100101 | 0 | 1000 | 100001011 | 1000101 | 1001011 |
Color Harmonies of #BA93EB
Complementary color
Monochromatic Colors of #BA93EB
Black with #BA93EB
Text Example
Text Example
White with #BA93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93EB; }
p { color: rgb(186,147,235); }
H1.HeaderClassName
{
color: #BA93EB;
}
.AnyTagClassName
{
color: #BA93EB;
}
</style>
background-color css
<style>
a { background-color: #BA93EB; }
a { background-color: rgb(186,147,235); }
div.DivClassName
{
background-color: #BA93EB;
}
.BgClassName
{
background-color: #BA93EB;
}
</style>
border-color css
<style>
span { border-color: #BA93EB; }
span { border-color: rgb(186,147,235); }
td.TdClassName
{
border-color: #BA93EB;
}
.TagClassName
{
border-color: #BA93EB;
}
</style>