Shades of Perfume #BAA6CC
Tints of Perfume #BAA6CC
RGB
CMYK
RGB Variations
Color information
#BAA6CC (or 0xBAA6CC) is known color: Perfume. HEX triplet: BA, A6 and CC. RGB value is (186,166,204). Sum of RGB (Red+Green+Blue) = 186+166+204=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CC is #455933. Grayscale: #B0B0B0. Windows color (decimal): -4544820 or 13412026. OLE color: 13412026.
HSL color Cylindrical-coordinate representation of color #BAA6CC: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA6CC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 166 | 204 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.2 |
| HSL | 271.58º | 0.27% | 0.73% | - |
| HSV(B) | 271.58º | 0.19% | 0.8% | - |
| XYZ | 44.79 | 42.07 | 62.89 | - |
| YUV | 176.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 204 | 0.09 | 0.19 | 0 | 0.2 | 271.58 | 0.27 | 0.73 |
| Hex | BA | A6 | CC | 9 | 13 | 0 | 14 | 110 | 1B | 49 |
| Octal | 272 | 246 | 314 | 11 | 23 | 0 | 24 | 420 | 33 | 111 |
| Binary | 10111010 | 10100110 | 11001100 | 1001 | 10011 | 0 | 10100 | 100010000 | 11011 | 1001001 |
Color Harmonies of #BAA6CC
Complementary color
Monochromatic Colors of #BAA6CC
Black with #BAA6CC
Text Example
Text Example
White with #BAA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6CC; }
p { color: rgb(186,166,204); }
H1.HeaderClassName
{
color: #BAA6CC;
}
.AnyTagClassName
{
color: #BAA6CC;
}
</style>
background-color css
<style>
a { background-color: #BAA6CC; }
a { background-color: rgb(186,166,204); }
div.DivClassName
{
background-color: #BAA6CC;
}
.BgClassName
{
background-color: #BAA6CC;
}
</style>
border-color css
<style>
span { border-color: #BAA6CC; }
span { border-color: rgb(186,166,204); }
td.TdClassName
{
border-color: #BAA6CC;
}
.TagClassName
{
border-color: #BAA6CC;
}
</style>