Shades of Chatelle #BAB6BC
Tints of Chatelle #BAB6BC
RGB
CMYK
RGB Variations
Color information
#BAB6BC (or 0xBAB6BC) is known color: Chatelle. HEX triplet: BA, B6 and BC. RGB value is (186,182,188). Sum of RGB (Red+Green+Blue) = 186+182+188=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6BC is #454943. Grayscale: #B7B7B7. Windows color (decimal): -4540740 or 12367546. OLE color: 12367546.
HSL color Cylindrical-coordinate representation of color #BAB6BC: hue angle of 280º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAB6BC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 182 | 188 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.26 |
| HSL | 280º | 0.04% | 0.73% | - |
| HSV(B) | 280º | 0.03% | 0.74% | - |
| XYZ | 46.05 | 47.53 | 54.32 | - |
| YUV | 183.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 188 | 0.01 | 0.03 | 0 | 0.26 | 280 | 0.04 | 0.73 |
| Hex | BA | B6 | BC | 1 | 3 | 0 | 1A | 118 | 4 | 49 |
| Octal | 272 | 266 | 274 | 1 | 3 | 0 | 32 | 430 | 4 | 111 |
| Binary | 10111010 | 10110110 | 10111100 | 1 | 11 | 0 | 11010 | 100011000 | 100 | 1001001 |
Color Harmonies of #BAB6BC
Complementary color
Monochromatic Colors of #BAB6BC
Black with #BAB6BC
Text Example
Text Example
White with #BAB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6BC; }
p { color: rgb(186,182,188); }
H1.HeaderClassName
{
color: #BAB6BC;
}
.AnyTagClassName
{
color: #BAB6BC;
}
</style>
background-color css
<style>
a { background-color: #BAB6BC; }
a { background-color: rgb(186,182,188); }
div.DivClassName
{
background-color: #BAB6BC;
}
.BgClassName
{
background-color: #BAB6BC;
}
</style>
border-color css
<style>
span { border-color: #BAB6BC; }
span { border-color: rgb(186,182,188); }
td.TdClassName
{
border-color: #BAB6BC;
}
.TagClassName
{
border-color: #BAB6BC;
}
</style>