Shades of Perfume #BAA2DC
Tints of Perfume #BAA2DC
RGB
CMYK
RGB Variations
Color information
#BAA2DC (or 0xBAA2DC) is known color: Perfume. HEX triplet: BA, A2 and DC. RGB value is (186,162,220). Sum of RGB (Red+Green+Blue) = 186+162+220=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2DC is #455D23. Grayscale: #AFAFAF. Windows color (decimal): -4545828 or 14459578. OLE color: 14459578.
HSL color Cylindrical-coordinate representation of color #BAA2DC: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA2DC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 162 | 220 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.14 |
| HSL | 264.83º | 0.45% | 0.75% | - |
| HSV(B) | 264.83º | 0.26% | 0.86% | - |
| XYZ | 46.09 | 41.45 | 73.28 | - |
| YUV | 175.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 220 | 0.15 | 0.26 | 0 | 0.14 | 264.83 | 0.45 | 0.75 |
| Hex | BA | A2 | DC | F | 1A | 0 | E | 109 | 2D | 4B |
| Octal | 272 | 242 | 334 | 17 | 32 | 0 | 16 | 411 | 55 | 113 |
| Binary | 10111010 | 10100010 | 11011100 | 1111 | 11010 | 0 | 1110 | 100001001 | 101101 | 1001011 |
Color Harmonies of #BAA2DC
Complementary color
Monochromatic Colors of #BAA2DC
Black with #BAA2DC
Text Example
Text Example
White with #BAA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2DC; }
p { color: rgb(186,162,220); }
H1.HeaderClassName
{
color: #BAA2DC;
}
.AnyTagClassName
{
color: #BAA2DC;
}
</style>
background-color css
<style>
a { background-color: #BAA2DC; }
a { background-color: rgb(186,162,220); }
div.DivClassName
{
background-color: #BAA2DC;
}
.BgClassName
{
background-color: #BAA2DC;
}
</style>
border-color css
<style>
span { border-color: #BAA2DC; }
span { border-color: rgb(186,162,220); }
td.TdClassName
{
border-color: #BAA2DC;
}
.TagClassName
{
border-color: #BAA2DC;
}
</style>