Shades of Chatelle #BAACC3
Tints of Chatelle #BAACC3
RGB
CMYK
RGB Variations
Color information
#BAACC3 (or 0xBAACC3) is known color: Chatelle. HEX triplet: BA, AC and C3. RGB value is (186,172,195). Sum of RGB (Red+Green+Blue) = 186+172+195=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC3 is #45533C. Grayscale: #B2B2B2. Windows color (decimal): -4543293 or 12823738. OLE color: 12823738.
HSL color Cylindrical-coordinate representation of color #BAACC3: hue angle of 276.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAACC3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 172 | 195 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.24 |
| HSL | 276.52º | 0.16% | 0.72% | - |
| HSV(B) | 276.52º | 0.12% | 0.76% | - |
| XYZ | 44.85 | 43.88 | 57.74 | - |
| YUV | 178.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 195 | 0.05 | 0.12 | 0 | 0.24 | 276.52 | 0.16 | 0.72 |
| Hex | BA | AC | C3 | 5 | C | 0 | 18 | 115 | 10 | 48 |
| Octal | 272 | 254 | 303 | 5 | 14 | 0 | 30 | 425 | 20 | 110 |
| Binary | 10111010 | 10101100 | 11000011 | 101 | 1100 | 0 | 11000 | 100010101 | 10000 | 1001000 |
Color Harmonies of #BAACC3
Complementary color
Monochromatic Colors of #BAACC3
Black with #BAACC3
Text Example
Text Example
White with #BAACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC3; }
p { color: rgb(186,172,195); }
H1.HeaderClassName
{
color: #BAACC3;
}
.AnyTagClassName
{
color: #BAACC3;
}
</style>
background-color css
<style>
a { background-color: #BAACC3; }
a { background-color: rgb(186,172,195); }
div.DivClassName
{
background-color: #BAACC3;
}
.BgClassName
{
background-color: #BAACC3;
}
</style>
border-color css
<style>
span { border-color: #BAACC3; }
span { border-color: rgb(186,172,195); }
td.TdClassName
{
border-color: #BAACC3;
}
.TagClassName
{
border-color: #BAACC3;
}
</style>