Shades of Chatelle #BAABC3
Tints of Chatelle #BAABC3
RGB
CMYK
RGB Variations
Color information
#BAABC3 (or 0xBAABC3) is known color: Chatelle. HEX triplet: BA, AB and C3. RGB value is (186,171,195). Sum of RGB (Red+Green+Blue) = 186+171+195=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC3 is #45543C. Grayscale: #B2B2B2. Windows color (decimal): -4543549 or 12823482. OLE color: 12823482.
HSL color Cylindrical-coordinate representation of color #BAABC3: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAABC3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 171 | 195 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.24 |
| HSL | 277.5º | 0.17% | 0.72% | - |
| HSV(B) | 277.5º | 0.12% | 0.76% | - |
| XYZ | 44.66 | 43.51 | 57.67 | - |
| YUV | 178.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 195 | 0.05 | 0.12 | 0 | 0.24 | 277.5 | 0.17 | 0.72 |
| Hex | BA | AB | C3 | 5 | C | 0 | 18 | 116 | 11 | 48 |
| Octal | 272 | 253 | 303 | 5 | 14 | 0 | 30 | 426 | 21 | 110 |
| Binary | 10111010 | 10101011 | 11000011 | 101 | 1100 | 0 | 11000 | 100010110 | 10001 | 1001000 |
Color Harmonies of #BAABC3
Complementary color
Monochromatic Colors of #BAABC3
Black with #BAABC3
Text Example
Text Example
White with #BAABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC3; }
p { color: rgb(186,171,195); }
H1.HeaderClassName
{
color: #BAABC3;
}
.AnyTagClassName
{
color: #BAABC3;
}
</style>
background-color css
<style>
a { background-color: #BAABC3; }
a { background-color: rgb(186,171,195); }
div.DivClassName
{
background-color: #BAABC3;
}
.BgClassName
{
background-color: #BAABC3;
}
</style>
border-color css
<style>
span { border-color: #BAABC3; }
span { border-color: rgb(186,171,195); }
td.TdClassName
{
border-color: #BAABC3;
}
.TagClassName
{
border-color: #BAABC3;
}
</style>