Shades of Chatelle #BA9EC6
Tints of Chatelle #BA9EC6
RGB
CMYK
RGB Variations
Color information
#BA9EC6 (or 0xBA9EC6) is known color: Chatelle. HEX triplet: BA, 9E and C6. RGB value is (186,158,198). Sum of RGB (Red+Green+Blue) = 186+158+198=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EC6 is #456139. Grayscale: #AAAAAA. Windows color (decimal): -4546874 or 13016762. OLE color: 13016762.
HSL color Cylindrical-coordinate representation of color #BA9EC6: hue angle of 282º 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 #BA9EC6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 158 | 198 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.22 |
| HSL | 282º | 0.26% | 0.7% | - |
| HSV(B) | 282º | 0.2% | 0.78% | - |
| XYZ | 42.67 | 38.97 | 58.7 | - |
| YUV | 170.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 198 | 0.06 | 0.20 | 0 | 0.22 | 282 | 0.26 | 0.7 |
| Hex | BA | 9E | C6 | 6 | 14 | 0 | 16 | 11A | 1A | 46 |
| Octal | 272 | 236 | 306 | 6 | 24 | 0 | 26 | 432 | 32 | 106 |
| Binary | 10111010 | 10011110 | 11000110 | 110 | 10100 | 0 | 10110 | 100011010 | 11010 | 1000110 |
Color Harmonies of #BA9EC6
Complementary color
Monochromatic Colors of #BA9EC6
Black with #BA9EC6
Text Example
Text Example
White with #BA9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EC6; }
p { color: rgb(186,158,198); }
H1.HeaderClassName
{
color: #BA9EC6;
}
.AnyTagClassName
{
color: #BA9EC6;
}
</style>
background-color css
<style>
a { background-color: #BA9EC6; }
a { background-color: rgb(186,158,198); }
div.DivClassName
{
background-color: #BA9EC6;
}
.BgClassName
{
background-color: #BA9EC6;
}
</style>
border-color css
<style>
span { border-color: #BA9EC6; }
span { border-color: rgb(186,158,198); }
td.TdClassName
{
border-color: #BA9EC6;
}
.TagClassName
{
border-color: #BA9EC6;
}
</style>