Shades of Perfume #BA98E0
Tints of Perfume #BA98E0
RGB
CMYK
RGB Variations
Color information
#BA98E0 (or 0xBA98E0) is known color: Perfume. HEX triplet: BA, 98 and E0. RGB value is (186,152,224). Sum of RGB (Red+Green+Blue) = 186+152+224=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98E0 is #45671F. Grayscale: #AAAAAA. Windows color (decimal): -4548384 or 14719162. OLE color: 14719162.
HSL color Cylindrical-coordinate representation of color #BA98E0: hue angle of 268.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA98E0 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 152 | 224 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.12 |
| HSL | 268.33º | 0.54% | 0.74% | - |
| HSV(B) | 268.33º | 0.32% | 0.88% | - |
| XYZ | 44.93 | 38.28 | 75.54 | - |
| YUV | 170.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 224 | 0.17 | 0.32 | 0 | 0.12 | 268.33 | 0.54 | 0.74 |
| Hex | BA | 98 | E0 | 11 | 20 | 0 | C | 10C | 36 | 4A |
| Octal | 272 | 230 | 340 | 21 | 40 | 0 | 14 | 414 | 66 | 112 |
| Binary | 10111010 | 10011000 | 11100000 | 10001 | 100000 | 0 | 1100 | 100001100 | 110110 | 1001010 |
Color Harmonies of #BA98E0
Complementary color
Monochromatic Colors of #BA98E0
Black with #BA98E0
Text Example
Text Example
White with #BA98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98E0; }
p { color: rgb(186,152,224); }
H1.HeaderClassName
{
color: #BA98E0;
}
.AnyTagClassName
{
color: #BA98E0;
}
</style>
background-color css
<style>
a { background-color: #BA98E0; }
a { background-color: rgb(186,152,224); }
div.DivClassName
{
background-color: #BA98E0;
}
.BgClassName
{
background-color: #BA98E0;
}
</style>
border-color css
<style>
span { border-color: #BA98E0; }
span { border-color: rgb(186,152,224); }
td.TdClassName
{
border-color: #BA98E0;
}
.TagClassName
{
border-color: #BA98E0;
}
</style>