Shades of Perfume #BAA5D0
Tints of Perfume #BAA5D0
RGB
CMYK
RGB Variations
Color information
#BAA5D0 (or 0xBAA5D0) is known color: Perfume. HEX triplet: BA, A5 and D0. RGB value is (186,165,208). Sum of RGB (Red+Green+Blue) = 186+165+208=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5D0 is #455A2F. Grayscale: #B0B0B0. Windows color (decimal): -4545072 or 13673914. OLE color: 13673914.
HSL color Cylindrical-coordinate representation of color #BAA5D0: hue angle of 269.3º degrees, saturation: 0.31, 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 #BAA5D0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 165 | 208 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.18 |
| HSL | 269.3º | 0.31% | 0.73% | - |
| HSV(B) | 269.3º | 0.21% | 0.82% | - |
| XYZ | 45.09 | 41.9 | 65.39 | - |
| YUV | 176.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 208 | 0.11 | 0.21 | 0 | 0.18 | 269.3 | 0.31 | 0.73 |
| Hex | BA | A5 | D0 | B | 15 | 0 | 12 | 10D | 1F | 49 |
| Octal | 272 | 245 | 320 | 13 | 25 | 0 | 22 | 415 | 37 | 111 |
| Binary | 10111010 | 10100101 | 11010000 | 1011 | 10101 | 0 | 10010 | 100001101 | 11111 | 1001001 |
Color Harmonies of #BAA5D0
Complementary color
Monochromatic Colors of #BAA5D0
Black with #BAA5D0
Text Example
Text Example
White with #BAA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5D0; }
p { color: rgb(186,165,208); }
H1.HeaderClassName
{
color: #BAA5D0;
}
.AnyTagClassName
{
color: #BAA5D0;
}
</style>
background-color css
<style>
a { background-color: #BAA5D0; }
a { background-color: rgb(186,165,208); }
div.DivClassName
{
background-color: #BAA5D0;
}
.BgClassName
{
background-color: #BAA5D0;
}
</style>
border-color css
<style>
span { border-color: #BAA5D0; }
span { border-color: rgb(186,165,208); }
td.TdClassName
{
border-color: #BAA5D0;
}
.TagClassName
{
border-color: #BAA5D0;
}
</style>