Shades of Perfume #BAA6DE
Tints of Perfume #BAA6DE
RGB
CMYK
RGB Variations
Color information
#BAA6DE (or 0xBAA6DE) is known color: Perfume. HEX triplet: BA, A6 and DE. RGB value is (186,166,222). Sum of RGB (Red+Green+Blue) = 186+166+222=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DE is #455921. Grayscale: #B2B2B2. Windows color (decimal): -4544802 or 14591674. OLE color: 14591674.
HSL color Cylindrical-coordinate representation of color #BAA6DE: hue angle of 261.43º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA6DE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 166 | 222 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.13 |
| HSL | 261.43º | 0.46% | 0.76% | - |
| HSV(B) | 261.43º | 0.25% | 0.87% | - |
| XYZ | 47.07 | 42.99 | 74.92 | - |
| YUV | 178.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 222 | 0.16 | 0.25 | 0 | 0.13 | 261.43 | 0.46 | 0.76 |
| Hex | BA | A6 | DE | 10 | 19 | 0 | D | 105 | 2E | 4C |
| Octal | 272 | 246 | 336 | 20 | 31 | 0 | 15 | 405 | 56 | 114 |
| Binary | 10111010 | 10100110 | 11011110 | 10000 | 11001 | 0 | 1101 | 100000101 | 101110 | 1001100 |
Color Harmonies of #BAA6DE
Complementary color
Monochromatic Colors of #BAA6DE
Black with #BAA6DE
Text Example
Text Example
White with #BAA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6DE; }
p { color: rgb(186,166,222); }
H1.HeaderClassName
{
color: #BAA6DE;
}
.AnyTagClassName
{
color: #BAA6DE;
}
</style>
background-color css
<style>
a { background-color: #BAA6DE; }
a { background-color: rgb(186,166,222); }
div.DivClassName
{
background-color: #BAA6DE;
}
.BgClassName
{
background-color: #BAA6DE;
}
</style>
border-color css
<style>
span { border-color: #BAA6DE; }
span { border-color: rgb(186,166,222); }
td.TdClassName
{
border-color: #BAA6DE;
}
.TagClassName
{
border-color: #BAA6DE;
}
</style>