Shades of Chatelle #BAABC4
Tints of Chatelle #BAABC4
RGB
CMYK
RGB Variations
Color information
#BAABC4 (or 0xBAABC4) is known color: Chatelle. HEX triplet: BA, AB and C4. RGB value is (186,171,196). Sum of RGB (Red+Green+Blue) = 186+171+196=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC4 is #45543B. Grayscale: #B2B2B2. Windows color (decimal): -4543548 or 12889018. OLE color: 12889018.
HSL color Cylindrical-coordinate representation of color #BAABC4: hue angle of 276º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAABC4 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 171 | 196 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.23 |
| HSL | 276º | 0.17% | 0.72% | - |
| HSV(B) | 276º | 0.13% | 0.77% | - |
| XYZ | 44.78 | 43.55 | 58.27 | - |
| YUV | 178.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 196 | 0.05 | 0.13 | 0 | 0.23 | 276 | 0.17 | 0.72 |
| Hex | BA | AB | C4 | 5 | D | 0 | 17 | 114 | 11 | 48 |
| Octal | 272 | 253 | 304 | 5 | 15 | 0 | 27 | 424 | 21 | 110 |
| Binary | 10111010 | 10101011 | 11000100 | 101 | 1101 | 0 | 10111 | 100010100 | 10001 | 1001000 |
Color Harmonies of #BAABC4
Complementary color
Monochromatic Colors of #BAABC4
Black with #BAABC4
Text Example
Text Example
White with #BAABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC4; }
p { color: rgb(186,171,196); }
H1.HeaderClassName
{
color: #BAABC4;
}
.AnyTagClassName
{
color: #BAABC4;
}
</style>
background-color css
<style>
a { background-color: #BAABC4; }
a { background-color: rgb(186,171,196); }
div.DivClassName
{
background-color: #BAABC4;
}
.BgClassName
{
background-color: #BAABC4;
}
</style>
border-color css
<style>
span { border-color: #BAABC4; }
span { border-color: rgb(186,171,196); }
td.TdClassName
{
border-color: #BAABC4;
}
.TagClassName
{
border-color: #BAABC4;
}
</style>