Shades of Perfume #BAA2D6
Tints of Perfume #BAA2D6
RGB
CMYK
RGB Variations
Color information
#BAA2D6 (or 0xBAA2D6) is known color: Perfume. HEX triplet: BA, A2 and D6. RGB value is (186,162,214). Sum of RGB (Red+Green+Blue) = 186+162+214=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAA2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2D6 is #455D29. Grayscale: #AEAEAE. Windows color (decimal): -4545834 or 14066362. OLE color: 14066362.
HSL color Cylindrical-coordinate representation of color #BAA2D6: hue angle of 267.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA2D6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 162 | 214 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.16 |
| HSL | 267.69º | 0.39% | 0.74% | - |
| HSV(B) | 267.69º | 0.24% | 0.84% | - |
| XYZ | 45.31 | 41.13 | 69.17 | - |
| YUV | 175.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 214 | 0.13 | 0.24 | 0 | 0.16 | 267.69 | 0.39 | 0.74 |
| Hex | BA | A2 | D6 | D | 18 | 0 | 10 | 10C | 27 | 4A |
| Octal | 272 | 242 | 326 | 15 | 30 | 0 | 20 | 414 | 47 | 112 |
| Binary | 10111010 | 10100010 | 11010110 | 1101 | 11000 | 0 | 10000 | 100001100 | 100111 | 1001010 |
Color Harmonies of #BAA2D6
Complementary color
Monochromatic Colors of #BAA2D6
Black with #BAA2D6
Text Example
Text Example
White with #BAA2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2D6; }
p { color: rgb(186,162,214); }
H1.HeaderClassName
{
color: #BAA2D6;
}
.AnyTagClassName
{
color: #BAA2D6;
}
</style>
background-color css
<style>
a { background-color: #BAA2D6; }
a { background-color: rgb(186,162,214); }
div.DivClassName
{
background-color: #BAA2D6;
}
.BgClassName
{
background-color: #BAA2D6;
}
</style>
border-color css
<style>
span { border-color: #BAA2D6; }
span { border-color: rgb(186,162,214); }
td.TdClassName
{
border-color: #BAA2D6;
}
.TagClassName
{
border-color: #BAA2D6;
}
</style>