Shades of Perfume #BA98ED
Tints of Perfume #BA98ED
RGB
CMYK
RGB Variations
Color information
#BA98ED (or 0xBA98ED) is known color: Perfume. HEX triplet: BA, 98 and ED. RGB value is (186,152,237). Sum of RGB (Red+Green+Blue) = 186+152+237=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98ED is #456712. Grayscale: #ABABAB. Windows color (decimal): -4548371 or 15571130. OLE color: 15571130.
HSL color Cylindrical-coordinate representation of color #BA98ED: hue angle of 264º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA98ED is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 152 | 237 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.07 |
| HSL | 264º | 0.7% | 0.76% | - |
| HSV(B) | 264º | 0.36% | 0.93% | - |
| XYZ | 46.76 | 39.01 | 85.19 | - |
| YUV | 171.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 237 | 0.22 | 0.36 | 0 | 0.07 | 264 | 0.7 | 0.76 |
| Hex | BA | 98 | ED | 16 | 24 | 0 | 7 | 108 | 46 | 4C |
| Octal | 272 | 230 | 355 | 26 | 44 | 0 | 7 | 410 | 106 | 114 |
| Binary | 10111010 | 10011000 | 11101101 | 10110 | 100100 | 0 | 111 | 100001000 | 1000110 | 1001100 |
Color Harmonies of #BA98ED
Complementary color
Monochromatic Colors of #BA98ED
Black with #BA98ED
Text Example
Text Example
White with #BA98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98ED; }
p { color: rgb(186,152,237); }
H1.HeaderClassName
{
color: #BA98ED;
}
.AnyTagClassName
{
color: #BA98ED;
}
</style>
background-color css
<style>
a { background-color: #BA98ED; }
a { background-color: rgb(186,152,237); }
div.DivClassName
{
background-color: #BA98ED;
}
.BgClassName
{
background-color: #BA98ED;
}
</style>
border-color css
<style>
span { border-color: #BA98ED; }
span { border-color: rgb(186,152,237); }
td.TdClassName
{
border-color: #BA98ED;
}
.TagClassName
{
border-color: #BA98ED;
}
</style>