Shades of Perfume #BA99E8
Tints of Perfume #BA99E8
RGB
CMYK
RGB Variations
Color information
#BA99E8 (or 0xBA99E8) is known color: Perfume. HEX triplet: BA, 99 and E8. RGB value is (186,153,232). Sum of RGB (Red+Green+Blue) = 186+153+232=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99E8 is #456617. Grayscale: #ABABAB. Windows color (decimal): -4548120 or 15243706. OLE color: 15243706.
HSL color Cylindrical-coordinate representation of color #BA99E8: hue angle of 265.06º 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 #BA99E8 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 153 | 232 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.09 |
| HSL | 265.06º | 0.63% | 0.75% | - |
| HSV(B) | 265.06º | 0.34% | 0.91% | - |
| XYZ | 46.21 | 39.05 | 81.45 | - |
| YUV | 171.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 232 | 0.20 | 0.34 | 0 | 0.09 | 265.06 | 0.63 | 0.75 |
| Hex | BA | 99 | E8 | 14 | 22 | 0 | 9 | 109 | 3F | 4B |
| Octal | 272 | 231 | 350 | 24 | 42 | 0 | 11 | 411 | 77 | 113 |
| Binary | 10111010 | 10011001 | 11101000 | 10100 | 100010 | 0 | 1001 | 100001001 | 111111 | 1001011 |
Color Harmonies of #BA99E8
Complementary color
Monochromatic Colors of #BA99E8
Black with #BA99E8
Text Example
Text Example
White with #BA99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99E8; }
p { color: rgb(186,153,232); }
H1.HeaderClassName
{
color: #BA99E8;
}
.AnyTagClassName
{
color: #BA99E8;
}
</style>
background-color css
<style>
a { background-color: #BA99E8; }
a { background-color: rgb(186,153,232); }
div.DivClassName
{
background-color: #BA99E8;
}
.BgClassName
{
background-color: #BA99E8;
}
</style>
border-color css
<style>
span { border-color: #BA99E8; }
span { border-color: rgb(186,153,232); }
td.TdClassName
{
border-color: #BA99E8;
}
.TagClassName
{
border-color: #BA99E8;
}
</style>