Shades of Perfume #BA9BFE
Tints of Perfume #BA9BFE
RGB
CMYK
RGB Variations
Color information
#BA9BFE (or 0xBA9BFE) is known color: Perfume. HEX triplet: BA, 9B and FE. RGB value is (186,155,254). Sum of RGB (Red+Green+Blue) = 186+155+254=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BFE is #456401. Grayscale: #AFAFAF. Windows color (decimal): -4547586 or 16686010. OLE color: 16686010.
HSL color Cylindrical-coordinate representation of color #BA9BFE: hue angle of 258.79º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9BFE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 155 | 254 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.00 |
| HSL | 258.79º | 0.98% | 0.8% | - |
| HSV(B) | 258.79º | 0.39% | 1% | - |
| XYZ | 49.86 | 41.04 | 99.06 | - |
| YUV | 175.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 254 | 0.27 | 0.39 | 0 | 0.00 | 258.79 | 0.98 | 0.8 |
| Hex | BA | 9B | FE | 1B | 27 | 0 | 0 | 103 | 62 | 50 |
| Octal | 272 | 233 | 376 | 33 | 47 | 0 | 0 | 403 | 142 | 120 |
| Binary | 10111010 | 10011011 | 11111110 | 11011 | 100111 | 0 | 0 | 100000011 | 1100010 | 1010000 |
Color Harmonies of #BA9BFE
Complementary color
Monochromatic Colors of #BA9BFE
Black with #BA9BFE
Text Example
Text Example
White with #BA9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BFE; }
p { color: rgb(186,155,254); }
H1.HeaderClassName
{
color: #BA9BFE;
}
.AnyTagClassName
{
color: #BA9BFE;
}
</style>
background-color css
<style>
a { background-color: #BA9BFE; }
a { background-color: rgb(186,155,254); }
div.DivClassName
{
background-color: #BA9BFE;
}
.BgClassName
{
background-color: #BA9BFE;
}
</style>
border-color css
<style>
span { border-color: #BA9BFE; }
span { border-color: rgb(186,155,254); }
td.TdClassName
{
border-color: #BA9BFE;
}
.TagClassName
{
border-color: #BA9BFE;
}
</style>