Shades of Perfume #BAA2D3
Tints of Perfume #BAA2D3
RGB
CMYK
RGB Variations
Color information
#BAA2D3 (or 0xBAA2D3) is known color: Perfume. HEX triplet: BA, A2 and D3. RGB value is (186,162,211). Sum of RGB (Red+Green+Blue) = 186+162+211=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2D3 is #455D2C. Grayscale: #AEAEAE. Windows color (decimal): -4545837 or 13869754. OLE color: 13869754.
HSL color Cylindrical-coordinate representation of color #BAA2D3: hue angle of 269.39º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA2D3 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 162 | 211 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.17 |
| HSL | 269.39º | 0.36% | 0.73% | - |
| HSV(B) | 269.39º | 0.23% | 0.83% | - |
| XYZ | 44.93 | 40.98 | 67.17 | - |
| YUV | 174.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 211 | 0.12 | 0.23 | 0 | 0.17 | 269.39 | 0.36 | 0.73 |
| Hex | BA | A2 | D3 | C | 17 | 0 | 11 | 10D | 24 | 49 |
| Octal | 272 | 242 | 323 | 14 | 27 | 0 | 21 | 415 | 44 | 111 |
| Binary | 10111010 | 10100010 | 11010011 | 1100 | 10111 | 0 | 10001 | 100001101 | 100100 | 1001001 |
Color Harmonies of #BAA2D3
Complementary color
Monochromatic Colors of #BAA2D3
Black with #BAA2D3
Text Example
Text Example
White with #BAA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2D3; }
p { color: rgb(186,162,211); }
H1.HeaderClassName
{
color: #BAA2D3;
}
.AnyTagClassName
{
color: #BAA2D3;
}
</style>
background-color css
<style>
a { background-color: #BAA2D3; }
a { background-color: rgb(186,162,211); }
div.DivClassName
{
background-color: #BAA2D3;
}
.BgClassName
{
background-color: #BAA2D3;
}
</style>
border-color css
<style>
span { border-color: #BAA2D3; }
span { border-color: rgb(186,162,211); }
td.TdClassName
{
border-color: #BAA2D3;
}
.TagClassName
{
border-color: #BAA2D3;
}
</style>