Shades of Perfume #BA99DC
Tints of Perfume #BA99DC
RGB
CMYK
RGB Variations
Color information
#BA99DC (or 0xBA99DC) is known color: Perfume. HEX triplet: BA, 99 and DC. RGB value is (186,153,220). Sum of RGB (Red+Green+Blue) = 186+153+220=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DC is #456623. Grayscale: #AAAAAA. Windows color (decimal): -4548132 or 14457274. OLE color: 14457274.
HSL color Cylindrical-coordinate representation of color #BA99DC: hue angle of 269.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA99DC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 153 | 220 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.14 |
| HSL | 269.55º | 0.49% | 0.73% | - |
| HSV(B) | 269.55º | 0.3% | 0.86% | - |
| XYZ | 44.56 | 38.39 | 72.77 | - |
| YUV | 170.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 220 | 0.15 | 0.30 | 0 | 0.14 | 269.55 | 0.49 | 0.73 |
| Hex | BA | 99 | DC | F | 1E | 0 | E | 10E | 31 | 49 |
| Octal | 272 | 231 | 334 | 17 | 36 | 0 | 16 | 416 | 61 | 111 |
| Binary | 10111010 | 10011001 | 11011100 | 1111 | 11110 | 0 | 1110 | 100001110 | 110001 | 1001001 |
Color Harmonies of #BA99DC
Complementary color
Monochromatic Colors of #BA99DC
Black with #BA99DC
Text Example
Text Example
White with #BA99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99DC; }
p { color: rgb(186,153,220); }
H1.HeaderClassName
{
color: #BA99DC;
}
.AnyTagClassName
{
color: #BA99DC;
}
</style>
background-color css
<style>
a { background-color: #BA99DC; }
a { background-color: rgb(186,153,220); }
div.DivClassName
{
background-color: #BA99DC;
}
.BgClassName
{
background-color: #BA99DC;
}
</style>
border-color css
<style>
span { border-color: #BA99DC; }
span { border-color: rgb(186,153,220); }
td.TdClassName
{
border-color: #BA99DC;
}
.TagClassName
{
border-color: #BA99DC;
}
</style>