Shades of Perfume #BA99EA
Tints of Perfume #BA99EA
RGB
CMYK
RGB Variations
Color information
#BA99EA (or 0xBA99EA) is known color: Perfume. HEX triplet: BA, 99 and EA. RGB value is (186,153,234). Sum of RGB (Red+Green+Blue) = 186+153+234=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EA is #456615. Grayscale: #ABABAB. Windows color (decimal): -4548118 or 15374778. OLE color: 15374778.
HSL color Cylindrical-coordinate representation of color #BA99EA: hue angle of 264.44º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA99EA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 153 | 234 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.08 |
| HSL | 264.44º | 0.66% | 0.76% | - |
| HSV(B) | 264.44º | 0.35% | 0.92% | - |
| XYZ | 46.49 | 39.16 | 82.95 | - |
| YUV | 172.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 234 | 0.21 | 0.35 | 0 | 0.08 | 264.44 | 0.66 | 0.76 |
| Hex | BA | 99 | EA | 15 | 23 | 0 | 8 | 108 | 42 | 4C |
| Octal | 272 | 231 | 352 | 25 | 43 | 0 | 10 | 410 | 102 | 114 |
| Binary | 10111010 | 10011001 | 11101010 | 10101 | 100011 | 0 | 1000 | 100001000 | 1000010 | 1001100 |
Color Harmonies of #BA99EA
Complementary color
Monochromatic Colors of #BA99EA
Black with #BA99EA
Text Example
Text Example
White with #BA99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99EA; }
p { color: rgb(186,153,234); }
H1.HeaderClassName
{
color: #BA99EA;
}
.AnyTagClassName
{
color: #BA99EA;
}
</style>
background-color css
<style>
a { background-color: #BA99EA; }
a { background-color: rgb(186,153,234); }
div.DivClassName
{
background-color: #BA99EA;
}
.BgClassName
{
background-color: #BA99EA;
}
</style>
border-color css
<style>
span { border-color: #BA99EA; }
span { border-color: rgb(186,153,234); }
td.TdClassName
{
border-color: #BA99EA;
}
.TagClassName
{
border-color: #BA99EA;
}
</style>