Shades of Perfume #BAA0DC
Tints of Perfume #BAA0DC
RGB
CMYK
RGB Variations
Color information
#BAA0DC (or 0xBAA0DC) is known color: Perfume. HEX triplet: BA, A0 and DC. RGB value is (186,160,220). Sum of RGB (Red+Green+Blue) = 186+160+220=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0DC is #455F23. Grayscale: #AEAEAE. Windows color (decimal): -4546340 or 14459066. OLE color: 14459066.
HSL color Cylindrical-coordinate representation of color #BAA0DC: hue angle of 266º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA0DC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 160 | 220 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.14 |
| HSL | 266º | 0.46% | 0.75% | - |
| HSV(B) | 266º | 0.27% | 0.86% | - |
| XYZ | 45.74 | 40.75 | 73.16 | - |
| YUV | 174.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 220 | 0.15 | 0.27 | 0 | 0.14 | 266 | 0.46 | 0.75 |
| Hex | BA | A0 | DC | F | 1B | 0 | E | 10A | 2E | 4B |
| Octal | 272 | 240 | 334 | 17 | 33 | 0 | 16 | 412 | 56 | 113 |
| Binary | 10111010 | 10100000 | 11011100 | 1111 | 11011 | 0 | 1110 | 100001010 | 101110 | 1001011 |
Color Harmonies of #BAA0DC
Complementary color
Monochromatic Colors of #BAA0DC
Black with #BAA0DC
Text Example
Text Example
White with #BAA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0DC; }
p { color: rgb(186,160,220); }
H1.HeaderClassName
{
color: #BAA0DC;
}
.AnyTagClassName
{
color: #BAA0DC;
}
</style>
background-color css
<style>
a { background-color: #BAA0DC; }
a { background-color: rgb(186,160,220); }
div.DivClassName
{
background-color: #BAA0DC;
}
.BgClassName
{
background-color: #BAA0DC;
}
</style>
border-color css
<style>
span { border-color: #BAA0DC; }
span { border-color: rgb(186,160,220); }
td.TdClassName
{
border-color: #BAA0DC;
}
.TagClassName
{
border-color: #BAA0DC;
}
</style>