Shades of Perfume #BAA3D1
Tints of Perfume #BAA3D1
RGB
CMYK
RGB Variations
Color information
#BAA3D1 (or 0xBAA3D1) is known color: Perfume. HEX triplet: BA, A3 and D1. RGB value is (186,163,209). Sum of RGB (Red+Green+Blue) = 186+163+209=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3D1 is #455C2E. Grayscale: #AEAEAE. Windows color (decimal): -4545583 or 13738938. OLE color: 13738938.
HSL color Cylindrical-coordinate representation of color #BAA3D1: hue angle of 270º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA3D1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 163 | 209 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.18 |
| HSL | 270º | 0.33% | 0.73% | - |
| HSV(B) | 270º | 0.22% | 0.82% | - |
| XYZ | 44.86 | 41.24 | 65.92 | - |
| YUV | 175.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 209 | 0.11 | 0.22 | 0 | 0.18 | 270 | 0.33 | 0.73 |
| Hex | BA | A3 | D1 | B | 16 | 0 | 12 | 10E | 21 | 49 |
| Octal | 272 | 243 | 321 | 13 | 26 | 0 | 22 | 416 | 41 | 111 |
| Binary | 10111010 | 10100011 | 11010001 | 1011 | 10110 | 0 | 10010 | 100001110 | 100001 | 1001001 |
Color Harmonies of #BAA3D1
Complementary color
Monochromatic Colors of #BAA3D1
Black with #BAA3D1
Text Example
Text Example
White with #BAA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3D1; }
p { color: rgb(186,163,209); }
H1.HeaderClassName
{
color: #BAA3D1;
}
.AnyTagClassName
{
color: #BAA3D1;
}
</style>
background-color css
<style>
a { background-color: #BAA3D1; }
a { background-color: rgb(186,163,209); }
div.DivClassName
{
background-color: #BAA3D1;
}
.BgClassName
{
background-color: #BAA3D1;
}
</style>
border-color css
<style>
span { border-color: #BAA3D1; }
span { border-color: rgb(186,163,209); }
td.TdClassName
{
border-color: #BAA3D1;
}
.TagClassName
{
border-color: #BAA3D1;
}
</style>