Shades of Perfume #BAA8CD
Tints of Perfume #BAA8CD
RGB
CMYK
RGB Variations
Color information
#BAA8CD (or 0xBAA8CD) is known color: Perfume. HEX triplet: BA, A8 and CD. RGB value is (186,168,205). Sum of RGB (Red+Green+Blue) = 186+168+205=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8CD is #455732. Grayscale: #B1B1B1. Windows color (decimal): -4544307 or 13478074. OLE color: 13478074.
HSL color Cylindrical-coordinate representation of color #BAA8CD: hue angle of 269.19º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA8CD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 168 | 205 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.20 |
| HSL | 269.19º | 0.27% | 0.73% | - |
| HSV(B) | 269.19º | 0.18% | 0.8% | - |
| XYZ | 45.27 | 42.85 | 63.64 | - |
| YUV | 177.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 205 | 0.09 | 0.18 | 0 | 0.20 | 269.19 | 0.27 | 0.73 |
| Hex | BA | A8 | CD | 9 | 12 | 0 | 14 | 10D | 1B | 49 |
| Octal | 272 | 250 | 315 | 11 | 22 | 0 | 24 | 415 | 33 | 111 |
| Binary | 10111010 | 10101000 | 11001101 | 1001 | 10010 | 0 | 10100 | 100001101 | 11011 | 1001001 |
Color Harmonies of #BAA8CD
Complementary color
Monochromatic Colors of #BAA8CD
Black with #BAA8CD
Text Example
Text Example
White with #BAA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8CD; }
p { color: rgb(186,168,205); }
H1.HeaderClassName
{
color: #BAA8CD;
}
.AnyTagClassName
{
color: #BAA8CD;
}
</style>
background-color css
<style>
a { background-color: #BAA8CD; }
a { background-color: rgb(186,168,205); }
div.DivClassName
{
background-color: #BAA8CD;
}
.BgClassName
{
background-color: #BAA8CD;
}
</style>
border-color css
<style>
span { border-color: #BAA8CD; }
span { border-color: rgb(186,168,205); }
td.TdClassName
{
border-color: #BAA8CD;
}
.TagClassName
{
border-color: #BAA8CD;
}
</style>