Shades of Chatelle #BAAEC0
Tints of Chatelle #BAAEC0
RGB
CMYK
RGB Variations
Color information
#BAAEC0 (or 0xBAAEC0) is known color: Chatelle. HEX triplet: BA, AE and C0. RGB value is (186,174,192). Sum of RGB (Red+Green+Blue) = 186+174+192=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC0 is #45513F. Grayscale: #B3B3B3. Windows color (decimal): -4542784 or 12627642. OLE color: 12627642.
HSL color Cylindrical-coordinate representation of color #BAAEC0: hue angle of 280º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAEC0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 174 | 192 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.25 |
| HSL | 280º | 0.13% | 0.72% | - |
| HSV(B) | 280º | 0.09% | 0.75% | - |
| XYZ | 44.9 | 44.52 | 56.1 | - |
| YUV | 179.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 192 | 0.03 | 0.09 | 0 | 0.25 | 280 | 0.13 | 0.72 |
| Hex | BA | AE | C0 | 3 | 9 | 0 | 19 | 118 | C | 48 |
| Octal | 272 | 256 | 300 | 3 | 11 | 0 | 31 | 430 | 14 | 110 |
| Binary | 10111010 | 10101110 | 11000000 | 11 | 1001 | 0 | 11001 | 100011000 | 1100 | 1001000 |
Color Harmonies of #BAAEC0
Complementary color
Monochromatic Colors of #BAAEC0
Black with #BAAEC0
Text Example
Text Example
White with #BAAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEC0; }
p { color: rgb(186,174,192); }
H1.HeaderClassName
{
color: #BAAEC0;
}
.AnyTagClassName
{
color: #BAAEC0;
}
</style>
background-color css
<style>
a { background-color: #BAAEC0; }
a { background-color: rgb(186,174,192); }
div.DivClassName
{
background-color: #BAAEC0;
}
.BgClassName
{
background-color: #BAAEC0;
}
</style>
border-color css
<style>
span { border-color: #BAAEC0; }
span { border-color: rgb(186,174,192); }
td.TdClassName
{
border-color: #BAAEC0;
}
.TagClassName
{
border-color: #BAAEC0;
}
</style>