Shades of Perfume #BA98F2
Tints of Perfume #BA98F2
RGB
CMYK
RGB Variations
Color information
#BA98F2 (or 0xBA98F2) is known color: Perfume. HEX triplet: BA, 98 and F2. RGB value is (186,152,242). Sum of RGB (Red+Green+Blue) = 186+152+242=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F2 is #45670D. Grayscale: #ACACAC. Windows color (decimal): -4548366 or 15898810. OLE color: 15898810.
HSL color Cylindrical-coordinate representation of color #BA98F2: hue angle of 262.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA98F2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 152 | 242 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 262.67º | 0.78% | 0.77% | - |
| HSV(B) | 262.67º | 0.37% | 0.95% | - |
| XYZ | 47.5 | 39.31 | 89.09 | - |
| YUV | 172.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 242 | 0.23 | 0.37 | 0 | 0.05 | 262.67 | 0.78 | 0.77 |
| Hex | BA | 98 | F2 | 17 | 25 | 0 | 5 | 107 | 4E | 4D |
| Octal | 272 | 230 | 362 | 27 | 45 | 0 | 5 | 407 | 116 | 115 |
| Binary | 10111010 | 10011000 | 11110010 | 10111 | 100101 | 0 | 101 | 100000111 | 1001110 | 1001101 |
Color Harmonies of #BA98F2
Complementary color
Monochromatic Colors of #BA98F2
Black with #BA98F2
Text Example
Text Example
White with #BA98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98F2; }
p { color: rgb(186,152,242); }
H1.HeaderClassName
{
color: #BA98F2;
}
.AnyTagClassName
{
color: #BA98F2;
}
</style>
background-color css
<style>
a { background-color: #BA98F2; }
a { background-color: rgb(186,152,242); }
div.DivClassName
{
background-color: #BA98F2;
}
.BgClassName
{
background-color: #BA98F2;
}
</style>
border-color css
<style>
span { border-color: #BA98F2; }
span { border-color: rgb(186,152,242); }
td.TdClassName
{
border-color: #BA98F2;
}
.TagClassName
{
border-color: #BA98F2;
}
</style>