Shades of Perfume #BAA2DE
Tints of Perfume #BAA2DE
RGB
CMYK
RGB Variations
Color information
#BAA2DE (or 0xBAA2DE) is known color: Perfume. HEX triplet: BA, A2 and DE. RGB value is (186,162,222). Sum of RGB (Red+Green+Blue) = 186+162+222=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2DE is #455D21. Grayscale: #AFAFAF. Windows color (decimal): -4545826 or 14590650. OLE color: 14590650.
HSL color Cylindrical-coordinate representation of color #BAA2DE: hue angle of 264º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA2DE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 162 | 222 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.13 |
| HSL | 264º | 0.48% | 0.75% | - |
| HSV(B) | 264º | 0.27% | 0.87% | - |
| XYZ | 46.35 | 41.55 | 74.68 | - |
| YUV | 176.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 222 | 0.16 | 0.27 | 0 | 0.13 | 264 | 0.48 | 0.75 |
| Hex | BA | A2 | DE | 10 | 1B | 0 | D | 108 | 30 | 4B |
| Octal | 272 | 242 | 336 | 20 | 33 | 0 | 15 | 410 | 60 | 113 |
| Binary | 10111010 | 10100010 | 11011110 | 10000 | 11011 | 0 | 1101 | 100001000 | 110000 | 1001011 |
Color Harmonies of #BAA2DE
Complementary color
Monochromatic Colors of #BAA2DE
Black with #BAA2DE
Text Example
Text Example
White with #BAA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2DE; }
p { color: rgb(186,162,222); }
H1.HeaderClassName
{
color: #BAA2DE;
}
.AnyTagClassName
{
color: #BAA2DE;
}
</style>
background-color css
<style>
a { background-color: #BAA2DE; }
a { background-color: rgb(186,162,222); }
div.DivClassName
{
background-color: #BAA2DE;
}
.BgClassName
{
background-color: #BAA2DE;
}
</style>
border-color css
<style>
span { border-color: #BAA2DE; }
span { border-color: rgb(186,162,222); }
td.TdClassName
{
border-color: #BAA2DE;
}
.TagClassName
{
border-color: #BAA2DE;
}
</style>