Shades of Perfume #BAA8D0
Tints of Perfume #BAA8D0
RGB
CMYK
RGB Variations
Color information
#BAA8D0 (or 0xBAA8D0) is known color: Perfume. HEX triplet: BA, A8 and D0. RGB value is (186,168,208). Sum of RGB (Red+Green+Blue) = 186+168+208=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8D0 is #45572F. Grayscale: #B1B1B1. Windows color (decimal): -4544304 or 13674682. OLE color: 13674682.
HSL color Cylindrical-coordinate representation of color #BAA8D0: hue angle of 267º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA8D0 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 168 | 208 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.18 |
| HSL | 267º | 0.3% | 0.74% | - |
| HSV(B) | 267º | 0.19% | 0.82% | - |
| XYZ | 45.64 | 43 | 65.57 | - |
| YUV | 177.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 208 | 0.11 | 0.19 | 0 | 0.18 | 267 | 0.3 | 0.74 |
| Hex | BA | A8 | D0 | B | 13 | 0 | 12 | 10B | 1E | 4A |
| Octal | 272 | 250 | 320 | 13 | 23 | 0 | 22 | 413 | 36 | 112 |
| Binary | 10111010 | 10101000 | 11010000 | 1011 | 10011 | 0 | 10010 | 100001011 | 11110 | 1001010 |
Color Harmonies of #BAA8D0
Complementary color
Monochromatic Colors of #BAA8D0
Black with #BAA8D0
Text Example
Text Example
White with #BAA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8D0; }
p { color: rgb(186,168,208); }
H1.HeaderClassName
{
color: #BAA8D0;
}
.AnyTagClassName
{
color: #BAA8D0;
}
</style>
background-color css
<style>
a { background-color: #BAA8D0; }
a { background-color: rgb(186,168,208); }
div.DivClassName
{
background-color: #BAA8D0;
}
.BgClassName
{
background-color: #BAA8D0;
}
</style>
border-color css
<style>
span { border-color: #BAA8D0; }
span { border-color: rgb(186,168,208); }
td.TdClassName
{
border-color: #BAA8D0;
}
.TagClassName
{
border-color: #BAA8D0;
}
</style>