Shades of Perfume #BA99D2
Tints of Perfume #BA99D2
RGB
CMYK
RGB Variations
Color information
#BA99D2 (or 0xBA99D2) is known color: Perfume. HEX triplet: BA, 99 and D2. RGB value is (186,153,210). Sum of RGB (Red+Green+Blue) = 186+153+210=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D2 is #45662D. Grayscale: #A9A9A9. Windows color (decimal): -4548142 or 13801914. OLE color: 13801914.
HSL color Cylindrical-coordinate representation of color #BA99D2: hue angle of 274.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA99D2 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 153 | 210 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.18 |
| HSL | 274.74º | 0.39% | 0.71% | - |
| HSV(B) | 274.74º | 0.27% | 0.82% | - |
| XYZ | 43.27 | 37.87 | 66 | - |
| YUV | 169.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 210 | 0.11 | 0.27 | 0 | 0.18 | 274.74 | 0.39 | 0.71 |
| Hex | BA | 99 | D2 | B | 1B | 0 | 12 | 113 | 27 | 47 |
| Octal | 272 | 231 | 322 | 13 | 33 | 0 | 22 | 423 | 47 | 107 |
| Binary | 10111010 | 10011001 | 11010010 | 1011 | 11011 | 0 | 10010 | 100010011 | 100111 | 1000111 |
Color Harmonies of #BA99D2
Complementary color
Monochromatic Colors of #BA99D2
Black with #BA99D2
Text Example
Text Example
White with #BA99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99D2; }
p { color: rgb(186,153,210); }
H1.HeaderClassName
{
color: #BA99D2;
}
.AnyTagClassName
{
color: #BA99D2;
}
</style>
background-color css
<style>
a { background-color: #BA99D2; }
a { background-color: rgb(186,153,210); }
div.DivClassName
{
background-color: #BA99D2;
}
.BgClassName
{
background-color: #BA99D2;
}
</style>
border-color css
<style>
span { border-color: #BA99D2; }
span { border-color: rgb(186,153,210); }
td.TdClassName
{
border-color: #BA99D2;
}
.TagClassName
{
border-color: #BA99D2;
}
</style>