Shades of Perfume #BAA3D0
Tints of Perfume #BAA3D0
RGB
CMYK
RGB Variations
Color information
#BAA3D0 (or 0xBAA3D0) is known color: Perfume. HEX triplet: BA, A3 and D0. RGB value is (186,163,208). Sum of RGB (Red+Green+Blue) = 186+163+208=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3D0 is #455C2F. Grayscale: #AEAEAE. Windows color (decimal): -4545584 or 13673402. OLE color: 13673402.
HSL color Cylindrical-coordinate representation of color #BAA3D0: hue angle of 270.67º degrees, saturation: 0.32, 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 #BAA3D0 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 163 | 208 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.18 |
| HSL | 270.67º | 0.32% | 0.73% | - |
| HSV(B) | 270.67º | 0.22% | 0.82% | - |
| XYZ | 44.73 | 41.19 | 65.27 | - |
| YUV | 175.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 208 | 0.11 | 0.22 | 0 | 0.18 | 270.67 | 0.32 | 0.73 |
| Hex | BA | A3 | D0 | B | 16 | 0 | 12 | 10F | 20 | 49 |
| Octal | 272 | 243 | 320 | 13 | 26 | 0 | 22 | 417 | 40 | 111 |
| Binary | 10111010 | 10100011 | 11010000 | 1011 | 10110 | 0 | 10010 | 100001111 | 100000 | 1001001 |
Color Harmonies of #BAA3D0
Complementary color
Monochromatic Colors of #BAA3D0
Black with #BAA3D0
Text Example
Text Example
White with #BAA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3D0; }
p { color: rgb(186,163,208); }
H1.HeaderClassName
{
color: #BAA3D0;
}
.AnyTagClassName
{
color: #BAA3D0;
}
</style>
background-color css
<style>
a { background-color: #BAA3D0; }
a { background-color: rgb(186,163,208); }
div.DivClassName
{
background-color: #BAA3D0;
}
.BgClassName
{
background-color: #BAA3D0;
}
</style>
border-color css
<style>
span { border-color: #BAA3D0; }
span { border-color: rgb(186,163,208); }
td.TdClassName
{
border-color: #BAA3D0;
}
.TagClassName
{
border-color: #BAA3D0;
}
</style>