Shades of Chatelle #BA9DC8
Tints of Chatelle #BA9DC8
RGB
CMYK
RGB Variations
Color information
#BA9DC8 (or 0xBA9DC8) is known color: Chatelle. HEX triplet: BA, 9D and C8. RGB value is (186,157,200). Sum of RGB (Red+Green+Blue) = 186+157+200=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA9DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DC8 is #456237. Grayscale: #AAAAAA. Windows color (decimal): -4547128 or 13147578. OLE color: 13147578.
HSL color Cylindrical-coordinate representation of color #BA9DC8: hue angle of 280.47º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9DC8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 157 | 200 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.22 |
| HSL | 280.47º | 0.28% | 0.7% | - |
| HSV(B) | 280.47º | 0.22% | 0.78% | - |
| XYZ | 42.73 | 38.72 | 59.87 | - |
| YUV | 170.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 200 | 0.07 | 0.22 | 0 | 0.22 | 280.47 | 0.28 | 0.7 |
| Hex | BA | 9D | C8 | 7 | 16 | 0 | 16 | 118 | 1C | 46 |
| Octal | 272 | 235 | 310 | 7 | 26 | 0 | 26 | 430 | 34 | 106 |
| Binary | 10111010 | 10011101 | 11001000 | 111 | 10110 | 0 | 10110 | 100011000 | 11100 | 1000110 |
Color Harmonies of #BA9DC8
Complementary color
Monochromatic Colors of #BA9DC8
Black with #BA9DC8
Text Example
Text Example
White with #BA9DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DC8; }
p { color: rgb(186,157,200); }
H1.HeaderClassName
{
color: #BA9DC8;
}
.AnyTagClassName
{
color: #BA9DC8;
}
</style>
background-color css
<style>
a { background-color: #BA9DC8; }
a { background-color: rgb(186,157,200); }
div.DivClassName
{
background-color: #BA9DC8;
}
.BgClassName
{
background-color: #BA9DC8;
}
</style>
border-color css
<style>
span { border-color: #BA9DC8; }
span { border-color: rgb(186,157,200); }
td.TdClassName
{
border-color: #BA9DC8;
}
.TagClassName
{
border-color: #BA9DC8;
}
</style>