Shades of Chatelle #BAAAC3
Tints of Chatelle #BAAAC3
RGB
CMYK
RGB Variations
Color information
#BAAAC3 (or 0xBAAAC3) is known color: Chatelle. HEX triplet: BA, AA and C3. RGB value is (186,170,195). Sum of RGB (Red+Green+Blue) = 186+170+195=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC3 is #45553C. Grayscale: #B1B1B1. Windows color (decimal): -4543805 or 12823226. OLE color: 12823226.
HSL color Cylindrical-coordinate representation of color #BAAAC3: hue angle of 278.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAAAC3 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 170 | 195 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.24 |
| HSL | 278.4º | 0.17% | 0.72% | - |
| HSV(B) | 278.4º | 0.13% | 0.76% | - |
| XYZ | 44.47 | 43.13 | 57.61 | - |
| YUV | 177.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 195 | 0.05 | 0.13 | 0 | 0.24 | 278.4 | 0.17 | 0.72 |
| Hex | BA | AA | C3 | 5 | D | 0 | 18 | 116 | 11 | 48 |
| Octal | 272 | 252 | 303 | 5 | 15 | 0 | 30 | 426 | 21 | 110 |
| Binary | 10111010 | 10101010 | 11000011 | 101 | 1101 | 0 | 11000 | 100010110 | 10001 | 1001000 |
Color Harmonies of #BAAAC3
Complementary color
Monochromatic Colors of #BAAAC3
Black with #BAAAC3
Text Example
Text Example
White with #BAAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAC3; }
p { color: rgb(186,170,195); }
H1.HeaderClassName
{
color: #BAAAC3;
}
.AnyTagClassName
{
color: #BAAAC3;
}
</style>
background-color css
<style>
a { background-color: #BAAAC3; }
a { background-color: rgb(186,170,195); }
div.DivClassName
{
background-color: #BAAAC3;
}
.BgClassName
{
background-color: #BAAAC3;
}
</style>
border-color css
<style>
span { border-color: #BAAAC3; }
span { border-color: rgb(186,170,195); }
td.TdClassName
{
border-color: #BAAAC3;
}
.TagClassName
{
border-color: #BAAAC3;
}
</style>