Shades of Chatelle #BAA0C7
Tints of Chatelle #BAA0C7
RGB
CMYK
RGB Variations
Color information
#BAA0C7 (or 0xBAA0C7) is known color: Chatelle. HEX triplet: BA, A0 and C7. RGB value is (186,160,199). Sum of RGB (Red+Green+Blue) = 186+160+199=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0C7 is #455F38. Grayscale: #ACACAC. Windows color (decimal): -4546361 or 13082810. OLE color: 13082810.
HSL color Cylindrical-coordinate representation of color #BAA0C7: hue angle of 280º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA0C7 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 160 | 199 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.22 |
| HSL | 280º | 0.26% | 0.7% | - |
| HSV(B) | 280º | 0.2% | 0.78% | - |
| XYZ | 43.13 | 39.7 | 59.42 | - |
| YUV | 172.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 199 | 0.07 | 0.20 | 0 | 0.22 | 280 | 0.26 | 0.7 |
| Hex | BA | A0 | C7 | 7 | 14 | 0 | 16 | 118 | 1A | 46 |
| Octal | 272 | 240 | 307 | 7 | 24 | 0 | 26 | 430 | 32 | 106 |
| Binary | 10111010 | 10100000 | 11000111 | 111 | 10100 | 0 | 10110 | 100011000 | 11010 | 1000110 |
Color Harmonies of #BAA0C7
Complementary color
Monochromatic Colors of #BAA0C7
Black with #BAA0C7
Text Example
Text Example
White with #BAA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0C7; }
p { color: rgb(186,160,199); }
H1.HeaderClassName
{
color: #BAA0C7;
}
.AnyTagClassName
{
color: #BAA0C7;
}
</style>
background-color css
<style>
a { background-color: #BAA0C7; }
a { background-color: rgb(186,160,199); }
div.DivClassName
{
background-color: #BAA0C7;
}
.BgClassName
{
background-color: #BAA0C7;
}
</style>
border-color css
<style>
span { border-color: #BAA0C7; }
span { border-color: rgb(186,160,199); }
td.TdClassName
{
border-color: #BAA0C7;
}
.TagClassName
{
border-color: #BAA0C7;
}
</style>