Shades of Perfume #BA98E6
Tints of Perfume #BA98E6
RGB
CMYK
RGB Variations
Color information
#BA98E6 (or 0xBA98E6) is known color: Perfume. HEX triplet: BA, 98 and E6. RGB value is (186,152,230). Sum of RGB (Red+Green+Blue) = 186+152+230=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98E6 is #456719. Grayscale: #AAAAAA. Windows color (decimal): -4548378 or 15112378. OLE color: 15112378.
HSL color Cylindrical-coordinate representation of color #BA98E6: hue angle of 266.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA98E6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 152 | 230 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.10 |
| HSL | 266.15º | 0.61% | 0.75% | - |
| HSV(B) | 266.15º | 0.34% | 0.9% | - |
| XYZ | 45.76 | 38.61 | 79.9 | - |
| YUV | 171.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 230 | 0.19 | 0.34 | 0 | 0.10 | 266.15 | 0.61 | 0.75 |
| Hex | BA | 98 | E6 | 13 | 22 | 0 | A | 10A | 3D | 4B |
| Octal | 272 | 230 | 346 | 23 | 42 | 0 | 12 | 412 | 75 | 113 |
| Binary | 10111010 | 10011000 | 11100110 | 10011 | 100010 | 0 | 1010 | 100001010 | 111101 | 1001011 |
Color Harmonies of #BA98E6
Complementary color
Monochromatic Colors of #BA98E6
Black with #BA98E6
Text Example
Text Example
White with #BA98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98E6; }
p { color: rgb(186,152,230); }
H1.HeaderClassName
{
color: #BA98E6;
}
.AnyTagClassName
{
color: #BA98E6;
}
</style>
background-color css
<style>
a { background-color: #BA98E6; }
a { background-color: rgb(186,152,230); }
div.DivClassName
{
background-color: #BA98E6;
}
.BgClassName
{
background-color: #BA98E6;
}
</style>
border-color css
<style>
span { border-color: #BA98E6; }
span { border-color: rgb(186,152,230); }
td.TdClassName
{
border-color: #BA98E6;
}
.TagClassName
{
border-color: #BA98E6;
}
</style>