Shades of Chatelle #BAA1C6
Tints of Chatelle #BAA1C6
RGB
CMYK
RGB Variations
Color information
#BAA1C6 (or 0xBAA1C6) is known color: Chatelle. HEX triplet: BA, A1 and C6. RGB value is (186,161,198). Sum of RGB (Red+Green+Blue) = 186+161+198=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1C6 is #455E39. Grayscale: #ACACAC. Windows color (decimal): -4546106 or 13017530. OLE color: 13017530.
HSL color Cylindrical-coordinate representation of color #BAA1C6: hue angle of 280.54º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA1C6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 161 | 198 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.22 |
| HSL | 280.54º | 0.25% | 0.7% | - |
| HSV(B) | 280.54º | 0.19% | 0.78% | - |
| XYZ | 43.19 | 40.01 | 58.87 | - |
| YUV | 172.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 198 | 0.06 | 0.19 | 0 | 0.22 | 280.54 | 0.25 | 0.7 |
| Hex | BA | A1 | C6 | 6 | 13 | 0 | 16 | 119 | 19 | 46 |
| Octal | 272 | 241 | 306 | 6 | 23 | 0 | 26 | 431 | 31 | 106 |
| Binary | 10111010 | 10100001 | 11000110 | 110 | 10011 | 0 | 10110 | 100011001 | 11001 | 1000110 |
Color Harmonies of #BAA1C6
Complementary color
Monochromatic Colors of #BAA1C6
Black with #BAA1C6
Text Example
Text Example
White with #BAA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1C6; }
p { color: rgb(186,161,198); }
H1.HeaderClassName
{
color: #BAA1C6;
}
.AnyTagClassName
{
color: #BAA1C6;
}
</style>
background-color css
<style>
a { background-color: #BAA1C6; }
a { background-color: rgb(186,161,198); }
div.DivClassName
{
background-color: #BAA1C6;
}
.BgClassName
{
background-color: #BAA1C6;
}
</style>
border-color css
<style>
span { border-color: #BAA1C6; }
span { border-color: rgb(186,161,198); }
td.TdClassName
{
border-color: #BAA1C6;
}
.TagClassName
{
border-color: #BAA1C6;
}
</style>