Shades of Chatelle #BAA6C7
Tints of Chatelle #BAA6C7
RGB
CMYK
RGB Variations
Color information
#BAA6C7 (or 0xBAA6C7) is known color: Chatelle. HEX triplet: BA, A6 and C7. RGB value is (186,166,199). Sum of RGB (Red+Green+Blue) = 186+166+199=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6C7 is #455938. Grayscale: #AFAFAF. Windows color (decimal): -4544825 or 13084346. OLE color: 13084346.
HSL color Cylindrical-coordinate representation of color #BAA6C7: hue angle of 276.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA6C7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 166 | 199 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.22 |
| HSL | 276.36º | 0.23% | 0.72% | - |
| HSV(B) | 276.36º | 0.17% | 0.78% | - |
| XYZ | 44.19 | 41.84 | 59.78 | - |
| YUV | 175.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 199 | 0.07 | 0.17 | 0 | 0.22 | 276.36 | 0.23 | 0.72 |
| Hex | BA | A6 | C7 | 7 | 11 | 0 | 16 | 114 | 17 | 48 |
| Octal | 272 | 246 | 307 | 7 | 21 | 0 | 26 | 424 | 27 | 110 |
| Binary | 10111010 | 10100110 | 11000111 | 111 | 10001 | 0 | 10110 | 100010100 | 10111 | 1001000 |
Color Harmonies of #BAA6C7
Complementary color
Monochromatic Colors of #BAA6C7
Black with #BAA6C7
Text Example
Text Example
White with #BAA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6C7; }
p { color: rgb(186,166,199); }
H1.HeaderClassName
{
color: #BAA6C7;
}
.AnyTagClassName
{
color: #BAA6C7;
}
</style>
background-color css
<style>
a { background-color: #BAA6C7; }
a { background-color: rgb(186,166,199); }
div.DivClassName
{
background-color: #BAA6C7;
}
.BgClassName
{
background-color: #BAA6C7;
}
</style>
border-color css
<style>
span { border-color: #BAA6C7; }
span { border-color: rgb(186,166,199); }
td.TdClassName
{
border-color: #BAA6C7;
}
.TagClassName
{
border-color: #BAA6C7;
}
</style>