Shades of Perfume #BA98EC
Tints of Perfume #BA98EC
RGB
CMYK
RGB Variations
Color information
#BA98EC (or 0xBA98EC) is known color: Perfume. HEX triplet: BA, 98 and EC. RGB value is (186,152,236). Sum of RGB (Red+Green+Blue) = 186+152+236=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98EC is #456713. Grayscale: #ABABAB. Windows color (decimal): -4548372 or 15505594. OLE color: 15505594.
HSL color Cylindrical-coordinate representation of color #BA98EC: hue angle of 264.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA98EC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 152 | 236 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.07 |
| HSL | 264.29º | 0.69% | 0.76% | - |
| HSV(B) | 264.29º | 0.36% | 0.93% | - |
| XYZ | 46.62 | 38.95 | 84.42 | - |
| YUV | 171.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 236 | 0.21 | 0.36 | 0 | 0.07 | 264.29 | 0.69 | 0.76 |
| Hex | BA | 98 | EC | 15 | 24 | 0 | 7 | 108 | 45 | 4C |
| Octal | 272 | 230 | 354 | 25 | 44 | 0 | 7 | 410 | 105 | 114 |
| Binary | 10111010 | 10011000 | 11101100 | 10101 | 100100 | 0 | 111 | 100001000 | 1000101 | 1001100 |
Color Harmonies of #BA98EC
Complementary color
Monochromatic Colors of #BA98EC
Black with #BA98EC
Text Example
Text Example
White with #BA98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98EC; }
p { color: rgb(186,152,236); }
H1.HeaderClassName
{
color: #BA98EC;
}
.AnyTagClassName
{
color: #BA98EC;
}
</style>
background-color css
<style>
a { background-color: #BA98EC; }
a { background-color: rgb(186,152,236); }
div.DivClassName
{
background-color: #BA98EC;
}
.BgClassName
{
background-color: #BA98EC;
}
</style>
border-color css
<style>
span { border-color: #BA98EC; }
span { border-color: rgb(186,152,236); }
td.TdClassName
{
border-color: #BA98EC;
}
.TagClassName
{
border-color: #BA98EC;
}
</style>