Shades of Chatelle #BAB5BC
Tints of Chatelle #BAB5BC
RGB
CMYK
RGB Variations
Color information
#BAB5BC (or 0xBAB5BC) is known color: Chatelle. HEX triplet: BA, B5 and BC. RGB value is (186,181,188). Sum of RGB (Red+Green+Blue) = 186+181+188=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BC is #454A43. Grayscale: #B7B7B7. Windows color (decimal): -4540996 or 12367290. OLE color: 12367290.
HSL color Cylindrical-coordinate representation of color #BAB5BC: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB5BC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 181 | 188 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.26 |
| HSL | 282.86º | 0.05% | 0.72% | - |
| HSV(B) | 282.86º | 0.04% | 0.74% | - |
| XYZ | 45.85 | 47.12 | 54.25 | - |
| YUV | 183.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 188 | 0.01 | 0.04 | 0 | 0.26 | 282.86 | 0.05 | 0.72 |
| Hex | BA | B5 | BC | 1 | 4 | 0 | 1A | 11B | 5 | 48 |
| Octal | 272 | 265 | 274 | 1 | 4 | 0 | 32 | 433 | 5 | 110 |
| Binary | 10111010 | 10110101 | 10111100 | 1 | 100 | 0 | 11010 | 100011011 | 101 | 1001000 |
Color Harmonies of #BAB5BC
Complementary color
Monochromatic Colors of #BAB5BC
Black with #BAB5BC
Text Example
Text Example
White with #BAB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5BC; }
p { color: rgb(186,181,188); }
H1.HeaderClassName
{
color: #BAB5BC;
}
.AnyTagClassName
{
color: #BAB5BC;
}
</style>
background-color css
<style>
a { background-color: #BAB5BC; }
a { background-color: rgb(186,181,188); }
div.DivClassName
{
background-color: #BAB5BC;
}
.BgClassName
{
background-color: #BAB5BC;
}
</style>
border-color css
<style>
span { border-color: #BAB5BC; }
span { border-color: rgb(186,181,188); }
td.TdClassName
{
border-color: #BAB5BC;
}
.TagClassName
{
border-color: #BAB5BC;
}
</style>