Shades of Perfume #BAA5D1
Tints of Perfume #BAA5D1
RGB
CMYK
RGB Variations
Color information
#BAA5D1 (or 0xBAA5D1) is known color: Perfume. HEX triplet: BA, A5 and D1. RGB value is (186,165,209). Sum of RGB (Red+Green+Blue) = 186+165+209=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5D1 is #455A2E. Grayscale: #B0B0B0. Windows color (decimal): -4545071 or 13739450. OLE color: 13739450.
HSL color Cylindrical-coordinate representation of color #BAA5D1: hue angle of 268.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA5D1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 165 | 209 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.18 |
| HSL | 268.64º | 0.32% | 0.73% | - |
| HSV(B) | 268.64º | 0.21% | 0.82% | - |
| XYZ | 45.21 | 41.95 | 66.04 | - |
| YUV | 176.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 209 | 0.11 | 0.21 | 0 | 0.18 | 268.64 | 0.32 | 0.73 |
| Hex | BA | A5 | D1 | B | 15 | 0 | 12 | 10D | 20 | 49 |
| Octal | 272 | 245 | 321 | 13 | 25 | 0 | 22 | 415 | 40 | 111 |
| Binary | 10111010 | 10100101 | 11010001 | 1011 | 10101 | 0 | 10010 | 100001101 | 100000 | 1001001 |
Color Harmonies of #BAA5D1
Complementary color
Monochromatic Colors of #BAA5D1
Black with #BAA5D1
Text Example
Text Example
White with #BAA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5D1; }
p { color: rgb(186,165,209); }
H1.HeaderClassName
{
color: #BAA5D1;
}
.AnyTagClassName
{
color: #BAA5D1;
}
</style>
background-color css
<style>
a { background-color: #BAA5D1; }
a { background-color: rgb(186,165,209); }
div.DivClassName
{
background-color: #BAA5D1;
}
.BgClassName
{
background-color: #BAA5D1;
}
</style>
border-color css
<style>
span { border-color: #BAA5D1; }
span { border-color: rgb(186,165,209); }
td.TdClassName
{
border-color: #BAA5D1;
}
.TagClassName
{
border-color: #BAA5D1;
}
</style>