Shades of Perfume #BA95ED
Tints of Perfume #BA95ED
RGB
CMYK
RGB Variations
Color information
#BA95ED (or 0xBA95ED) is known color: Perfume. HEX triplet: BA, 95 and ED. RGB value is (186,149,237). Sum of RGB (Red+Green+Blue) = 186+149+237=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95ED is #456A12. Grayscale: #A9A9A9. Windows color (decimal): -4549139 or 15570362. OLE color: 15570362.
HSL color Cylindrical-coordinate representation of color #BA95ED: hue angle of 265.23º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA95ED is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 149 | 237 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.07 |
| HSL | 265.23º | 0.71% | 0.76% | - |
| HSV(B) | 265.23º | 0.37% | 0.93% | - |
| XYZ | 46.28 | 38.05 | 85.03 | - |
| YUV | 170.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 237 | 0.22 | 0.37 | 0 | 0.07 | 265.23 | 0.71 | 0.76 |
| Hex | BA | 95 | ED | 16 | 25 | 0 | 7 | 109 | 47 | 4C |
| Octal | 272 | 225 | 355 | 26 | 45 | 0 | 7 | 411 | 107 | 114 |
| Binary | 10111010 | 10010101 | 11101101 | 10110 | 100101 | 0 | 111 | 100001001 | 1000111 | 1001100 |
Color Harmonies of #BA95ED
Complementary color
Monochromatic Colors of #BA95ED
Black with #BA95ED
Text Example
Text Example
White with #BA95ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95ED; }
p { color: rgb(186,149,237); }
H1.HeaderClassName
{
color: #BA95ED;
}
.AnyTagClassName
{
color: #BA95ED;
}
</style>
background-color css
<style>
a { background-color: #BA95ED; }
a { background-color: rgb(186,149,237); }
div.DivClassName
{
background-color: #BA95ED;
}
.BgClassName
{
background-color: #BA95ED;
}
</style>
border-color css
<style>
span { border-color: #BA95ED; }
span { border-color: rgb(186,149,237); }
td.TdClassName
{
border-color: #BA95ED;
}
.TagClassName
{
border-color: #BA95ED;
}
</style>