Shades of Perfume #BA98E8
Tints of Perfume #BA98E8
RGB
CMYK
RGB Variations
Color information
#BA98E8 (or 0xBA98E8) is known color: Perfume. HEX triplet: BA, 98 and E8. RGB value is (186,152,232). Sum of RGB (Red+Green+Blue) = 186+152+232=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA98E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98E8 is #456717. Grayscale: #ABABAB. Windows color (decimal): -4548376 or 15243450. OLE color: 15243450.
HSL color Cylindrical-coordinate representation of color #BA98E8: hue angle of 265.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA98E8 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 152 | 232 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.09 |
| HSL | 265.5º | 0.63% | 0.75% | - |
| HSV(B) | 265.5º | 0.34% | 0.91% | - |
| XYZ | 46.04 | 38.72 | 81.39 | - |
| YUV | 171.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 232 | 0.20 | 0.34 | 0 | 0.09 | 265.5 | 0.63 | 0.75 |
| Hex | BA | 98 | E8 | 14 | 22 | 0 | 9 | 10A | 3F | 4B |
| Octal | 272 | 230 | 350 | 24 | 42 | 0 | 11 | 412 | 77 | 113 |
| Binary | 10111010 | 10011000 | 11101000 | 10100 | 100010 | 0 | 1001 | 100001010 | 111111 | 1001011 |
Color Harmonies of #BA98E8
Complementary color
Monochromatic Colors of #BA98E8
Black with #BA98E8
Text Example
Text Example
White with #BA98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98E8; }
p { color: rgb(186,152,232); }
H1.HeaderClassName
{
color: #BA98E8;
}
.AnyTagClassName
{
color: #BA98E8;
}
</style>
background-color css
<style>
a { background-color: #BA98E8; }
a { background-color: rgb(186,152,232); }
div.DivClassName
{
background-color: #BA98E8;
}
.BgClassName
{
background-color: #BA98E8;
}
</style>
border-color css
<style>
span { border-color: #BA98E8; }
span { border-color: rgb(186,152,232); }
td.TdClassName
{
border-color: #BA98E8;
}
.TagClassName
{
border-color: #BA98E8;
}
</style>