Shades of Perfume #BA95FE
Tints of Perfume #BA95FE
RGB
CMYK
RGB Variations
Color information
#BA95FE (or 0xBA95FE) is known color: Perfume. HEX triplet: BA, 95 and FE. RGB value is (186,149,254). Sum of RGB (Red+Green+Blue) = 186+149+254=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95FE is #456A01. Grayscale: #ABABAB. Windows color (decimal): -4549122 or 16684474. OLE color: 16684474.
HSL color Cylindrical-coordinate representation of color #BA95FE: hue angle of 261.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA95FE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 149 | 254 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.00 |
| HSL | 261.14º | 0.98% | 0.79% | - |
| HSV(B) | 261.14º | 0.41% | 1% | - |
| XYZ | 48.89 | 39.09 | 98.73 | - |
| YUV | 172.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 254 | 0.27 | 0.41 | 0 | 0.00 | 261.14 | 0.98 | 0.79 |
| Hex | BA | 95 | FE | 1B | 29 | 0 | 0 | 105 | 62 | 4F |
| Octal | 272 | 225 | 376 | 33 | 51 | 0 | 0 | 405 | 142 | 117 |
| Binary | 10111010 | 10010101 | 11111110 | 11011 | 101001 | 0 | 0 | 100000101 | 1100010 | 1001111 |
Color Harmonies of #BA95FE
Complementary color
Monochromatic Colors of #BA95FE
Black with #BA95FE
Text Example
Text Example
White with #BA95FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95FE; }
p { color: rgb(186,149,254); }
H1.HeaderClassName
{
color: #BA95FE;
}
.AnyTagClassName
{
color: #BA95FE;
}
</style>
background-color css
<style>
a { background-color: #BA95FE; }
a { background-color: rgb(186,149,254); }
div.DivClassName
{
background-color: #BA95FE;
}
.BgClassName
{
background-color: #BA95FE;
}
</style>
border-color css
<style>
span { border-color: #BA95FE; }
span { border-color: rgb(186,149,254); }
td.TdClassName
{
border-color: #BA95FE;
}
.TagClassName
{
border-color: #BA95FE;
}
</style>