Shades of Chatelle #BAA9C6
Tints of Chatelle #BAA9C6
RGB
CMYK
RGB Variations
Color information
#BAA9C6 (or 0xBAA9C6) is known color: Chatelle. HEX triplet: BA, A9 and C6. RGB value is (186,169,198). Sum of RGB (Red+Green+Blue) = 186+169+198=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9C6 is #455639. Grayscale: #B1B1B1. Windows color (decimal): -4544058 or 13019578. OLE color: 13019578.
HSL color Cylindrical-coordinate representation of color #BAA9C6: hue angle of 275.17º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA9C6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 169 | 198 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.22 |
| HSL | 275.17º | 0.2% | 0.72% | - |
| HSV(B) | 275.17º | 0.15% | 0.78% | - |
| XYZ | 44.63 | 42.89 | 59.35 | - |
| YUV | 177.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 198 | 0.06 | 0.15 | 0 | 0.22 | 275.17 | 0.2 | 0.72 |
| Hex | BA | A9 | C6 | 6 | F | 0 | 16 | 113 | 14 | 48 |
| Octal | 272 | 251 | 306 | 6 | 17 | 0 | 26 | 423 | 24 | 110 |
| Binary | 10111010 | 10101001 | 11000110 | 110 | 1111 | 0 | 10110 | 100010011 | 10100 | 1001000 |
Color Harmonies of #BAA9C6
Complementary color
Monochromatic Colors of #BAA9C6
Black with #BAA9C6
Text Example
Text Example
White with #BAA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9C6; }
p { color: rgb(186,169,198); }
H1.HeaderClassName
{
color: #BAA9C6;
}
.AnyTagClassName
{
color: #BAA9C6;
}
</style>
background-color css
<style>
a { background-color: #BAA9C6; }
a { background-color: rgb(186,169,198); }
div.DivClassName
{
background-color: #BAA9C6;
}
.BgClassName
{
background-color: #BAA9C6;
}
</style>
border-color css
<style>
span { border-color: #BAA9C6; }
span { border-color: rgb(186,169,198); }
td.TdClassName
{
border-color: #BAA9C6;
}
.TagClassName
{
border-color: #BAA9C6;
}
</style>