Shades of Chatelle #BAAAC4
Tints of Chatelle #BAAAC4
RGB
CMYK
RGB Variations
Color information
#BAAAC4 (or 0xBAAAC4) is known color: Chatelle. HEX triplet: BA, AA and C4. RGB value is (186,170,196). Sum of RGB (Red+Green+Blue) = 186+170+196=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC4 is #45553B. Grayscale: #B1B1B1. Windows color (decimal): -4543804 or 12888762. OLE color: 12888762.
HSL color Cylindrical-coordinate representation of color #BAAAC4: hue angle of 276.92º degrees, saturation: 0.18, 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 #BAAAC4 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 170 | 196 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.23 |
| HSL | 276.92º | 0.18% | 0.72% | - |
| HSV(B) | 276.92º | 0.13% | 0.77% | - |
| XYZ | 44.59 | 43.17 | 58.21 | - |
| YUV | 177.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 196 | 0.05 | 0.13 | 0 | 0.23 | 276.92 | 0.18 | 0.72 |
| Hex | BA | AA | C4 | 5 | D | 0 | 17 | 115 | 12 | 48 |
| Octal | 272 | 252 | 304 | 5 | 15 | 0 | 27 | 425 | 22 | 110 |
| Binary | 10111010 | 10101010 | 11000100 | 101 | 1101 | 0 | 10111 | 100010101 | 10010 | 1001000 |
Color Harmonies of #BAAAC4
Complementary color
Monochromatic Colors of #BAAAC4
Black with #BAAAC4
Text Example
Text Example
White with #BAAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAC4; }
p { color: rgb(186,170,196); }
H1.HeaderClassName
{
color: #BAAAC4;
}
.AnyTagClassName
{
color: #BAAAC4;
}
</style>
background-color css
<style>
a { background-color: #BAAAC4; }
a { background-color: rgb(186,170,196); }
div.DivClassName
{
background-color: #BAAAC4;
}
.BgClassName
{
background-color: #BAAAC4;
}
</style>
border-color css
<style>
span { border-color: #BAAAC4; }
span { border-color: rgb(186,170,196); }
td.TdClassName
{
border-color: #BAAAC4;
}
.TagClassName
{
border-color: #BAAAC4;
}
</style>