Shades of Chatelle #BAABC0
Tints of Chatelle #BAABC0
RGB
CMYK
RGB Variations
Color information
#BAABC0 (or 0xBAABC0) is known color: Chatelle. HEX triplet: BA, AB and C0. RGB value is (186,171,192). Sum of RGB (Red+Green+Blue) = 186+171+192=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC0 is #45543F. Grayscale: #B1B1B1. Windows color (decimal): -4543552 or 12626874. OLE color: 12626874.
HSL color Cylindrical-coordinate representation of color #BAABC0: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAABC0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 171 | 192 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.25 |
| HSL | 282.86º | 0.14% | 0.71% | - |
| HSV(B) | 282.86º | 0.11% | 0.75% | - |
| XYZ | 44.33 | 43.37 | 55.9 | - |
| YUV | 177.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 192 | 0.03 | 0.11 | 0 | 0.25 | 282.86 | 0.14 | 0.71 |
| Hex | BA | AB | C0 | 3 | B | 0 | 19 | 11B | E | 47 |
| Octal | 272 | 253 | 300 | 3 | 13 | 0 | 31 | 433 | 16 | 107 |
| Binary | 10111010 | 10101011 | 11000000 | 11 | 1011 | 0 | 11001 | 100011011 | 1110 | 1000111 |
Color Harmonies of #BAABC0
Complementary color
Monochromatic Colors of #BAABC0
Black with #BAABC0
Text Example
Text Example
White with #BAABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC0; }
p { color: rgb(186,171,192); }
H1.HeaderClassName
{
color: #BAABC0;
}
.AnyTagClassName
{
color: #BAABC0;
}
</style>
background-color css
<style>
a { background-color: #BAABC0; }
a { background-color: rgb(186,171,192); }
div.DivClassName
{
background-color: #BAABC0;
}
.BgClassName
{
background-color: #BAABC0;
}
</style>
border-color css
<style>
span { border-color: #BAABC0; }
span { border-color: rgb(186,171,192); }
td.TdClassName
{
border-color: #BAABC0;
}
.TagClassName
{
border-color: #BAABC0;
}
</style>