Shades of Chatelle #BAA5C7
Tints of Chatelle #BAA5C7
RGB
CMYK
RGB Variations
Color information
#BAA5C7 (or 0xBAA5C7) is known color: Chatelle. HEX triplet: BA, A5 and C7. RGB value is (186,165,199). Sum of RGB (Red+Green+Blue) = 186+165+199=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAA5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C7 is #455A38. Grayscale: #AFAFAF. Windows color (decimal): -4545081 or 13084090. OLE color: 13084090.
HSL color Cylindrical-coordinate representation of color #BAA5C7: hue angle of 277.06º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA5C7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 165 | 199 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.22 |
| HSL | 277.06º | 0.23% | 0.71% | - |
| HSV(B) | 277.06º | 0.17% | 0.78% | - |
| XYZ | 44.01 | 41.47 | 59.72 | - |
| YUV | 175.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 199 | 0.07 | 0.17 | 0 | 0.22 | 277.06 | 0.23 | 0.71 |
| Hex | BA | A5 | C7 | 7 | 11 | 0 | 16 | 115 | 17 | 47 |
| Octal | 272 | 245 | 307 | 7 | 21 | 0 | 26 | 425 | 27 | 107 |
| Binary | 10111010 | 10100101 | 11000111 | 111 | 10001 | 0 | 10110 | 100010101 | 10111 | 1000111 |
Color Harmonies of #BAA5C7
Complementary color
Monochromatic Colors of #BAA5C7
Black with #BAA5C7
Text Example
Text Example
White with #BAA5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5C7; }
p { color: rgb(186,165,199); }
H1.HeaderClassName
{
color: #BAA5C7;
}
.AnyTagClassName
{
color: #BAA5C7;
}
</style>
background-color css
<style>
a { background-color: #BAA5C7; }
a { background-color: rgb(186,165,199); }
div.DivClassName
{
background-color: #BAA5C7;
}
.BgClassName
{
background-color: #BAA5C7;
}
</style>
border-color css
<style>
span { border-color: #BAA5C7; }
span { border-color: rgb(186,165,199); }
td.TdClassName
{
border-color: #BAA5C7;
}
.TagClassName
{
border-color: #BAA5C7;
}
</style>