Shades of Chatelle #BAADC1
Tints of Chatelle #BAADC1
RGB
CMYK
RGB Variations
Color information
#BAADC1 (or 0xBAADC1) is known color: Chatelle. HEX triplet: BA, AD and C1. RGB value is (186,173,193). Sum of RGB (Red+Green+Blue) = 186+173+193=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC1 is #45523E. Grayscale: #B3B3B3. Windows color (decimal): -4543039 or 12692922. OLE color: 12692922.
HSL color Cylindrical-coordinate representation of color #BAADC1: hue angle of 279º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAADC1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 173 | 193 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.24 |
| HSL | 279º | 0.14% | 0.72% | - |
| HSV(B) | 279º | 0.1% | 0.76% | - |
| XYZ | 44.82 | 44.18 | 56.62 | - |
| YUV | 179.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 193 | 0.04 | 0.10 | 0 | 0.24 | 279 | 0.14 | 0.72 |
| Hex | BA | AD | C1 | 4 | A | 0 | 18 | 117 | E | 48 |
| Octal | 272 | 255 | 301 | 4 | 12 | 0 | 30 | 427 | 16 | 110 |
| Binary | 10111010 | 10101101 | 11000001 | 100 | 1010 | 0 | 11000 | 100010111 | 1110 | 1001000 |
Color Harmonies of #BAADC1
Complementary color
Monochromatic Colors of #BAADC1
Black with #BAADC1
Text Example
Text Example
White with #BAADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC1; }
p { color: rgb(186,173,193); }
H1.HeaderClassName
{
color: #BAADC1;
}
.AnyTagClassName
{
color: #BAADC1;
}
</style>
background-color css
<style>
a { background-color: #BAADC1; }
a { background-color: rgb(186,173,193); }
div.DivClassName
{
background-color: #BAADC1;
}
.BgClassName
{
background-color: #BAADC1;
}
</style>
border-color css
<style>
span { border-color: #BAADC1; }
span { border-color: rgb(186,173,193); }
td.TdClassName
{
border-color: #BAADC1;
}
.TagClassName
{
border-color: #BAADC1;
}
</style>