Shades of Chatelle #BAACC2
Tints of Chatelle #BAACC2
RGB
CMYK
RGB Variations
Color information
#BAACC2 (or 0xBAACC2) is known color: Chatelle. HEX triplet: BA, AC and C2. RGB value is (186,172,194). Sum of RGB (Red+Green+Blue) = 186+172+194=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC2 is #45533D. Grayscale: #B2B2B2. Windows color (decimal): -4543294 or 12758202. OLE color: 12758202.
HSL color Cylindrical-coordinate representation of color #BAACC2: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAACC2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 172 | 194 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.24 |
| HSL | 278.18º | 0.15% | 0.72% | - |
| HSV(B) | 278.18º | 0.11% | 0.76% | - |
| XYZ | 44.74 | 43.84 | 57.14 | - |
| YUV | 178.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 194 | 0.04 | 0.11 | 0 | 0.24 | 278.18 | 0.15 | 0.72 |
| Hex | BA | AC | C2 | 4 | B | 0 | 18 | 116 | F | 48 |
| Octal | 272 | 254 | 302 | 4 | 13 | 0 | 30 | 426 | 17 | 110 |
| Binary | 10111010 | 10101100 | 11000010 | 100 | 1011 | 0 | 11000 | 100010110 | 1111 | 1001000 |
Color Harmonies of #BAACC2
Complementary color
Monochromatic Colors of #BAACC2
Black with #BAACC2
Text Example
Text Example
White with #BAACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC2; }
p { color: rgb(186,172,194); }
H1.HeaderClassName
{
color: #BAACC2;
}
.AnyTagClassName
{
color: #BAACC2;
}
</style>
background-color css
<style>
a { background-color: #BAACC2; }
a { background-color: rgb(186,172,194); }
div.DivClassName
{
background-color: #BAACC2;
}
.BgClassName
{
background-color: #BAACC2;
}
</style>
border-color css
<style>
span { border-color: #BAACC2; }
span { border-color: rgb(186,172,194); }
td.TdClassName
{
border-color: #BAACC2;
}
.TagClassName
{
border-color: #BAACC2;
}
</style>