Shades of Chatelle #BAA8C6
Tints of Chatelle #BAA8C6
RGB
CMYK
RGB Variations
Color information
#BAA8C6 (or 0xBAA8C6) is known color: Chatelle. HEX triplet: BA, A8 and C6. RGB value is (186,168,198). Sum of RGB (Red+Green+Blue) = 186+168+198=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8C6 is #455739. Grayscale: #B0B0B0. Windows color (decimal): -4544314 or 13019322. OLE color: 13019322.
HSL color Cylindrical-coordinate representation of color #BAA8C6: hue angle of 276º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA8C6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 168 | 198 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.22 |
| HSL | 276º | 0.21% | 0.72% | - |
| HSV(B) | 276º | 0.15% | 0.78% | - |
| XYZ | 44.45 | 42.52 | 59.29 | - |
| YUV | 176.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 198 | 0.06 | 0.15 | 0 | 0.22 | 276 | 0.21 | 0.72 |
| Hex | BA | A8 | C6 | 6 | F | 0 | 16 | 114 | 15 | 48 |
| Octal | 272 | 250 | 306 | 6 | 17 | 0 | 26 | 424 | 25 | 110 |
| Binary | 10111010 | 10101000 | 11000110 | 110 | 1111 | 0 | 10110 | 100010100 | 10101 | 1001000 |
Color Harmonies of #BAA8C6
Complementary color
Monochromatic Colors of #BAA8C6
Black with #BAA8C6
Text Example
Text Example
White with #BAA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8C6; }
p { color: rgb(186,168,198); }
H1.HeaderClassName
{
color: #BAA8C6;
}
.AnyTagClassName
{
color: #BAA8C6;
}
</style>
background-color css
<style>
a { background-color: #BAA8C6; }
a { background-color: rgb(186,168,198); }
div.DivClassName
{
background-color: #BAA8C6;
}
.BgClassName
{
background-color: #BAA8C6;
}
</style>
border-color css
<style>
span { border-color: #BAA8C6; }
span { border-color: rgb(186,168,198); }
td.TdClassName
{
border-color: #BAA8C6;
}
.TagClassName
{
border-color: #BAA8C6;
}
</style>