Shades of Chatelle #BAA5C2
Tints of Chatelle #BAA5C2
RGB
CMYK
RGB Variations
Color information
#BAA5C2 (or 0xBAA5C2) is known color: Chatelle. HEX triplet: BA, A5 and C2. RGB value is (186,165,194). Sum of RGB (Red+Green+Blue) = 186+165+194=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C2 is #455A3D. Grayscale: #AEAEAE. Windows color (decimal): -4545086 or 12756410. OLE color: 12756410.
HSL color Cylindrical-coordinate representation of color #BAA5C2: hue angle of 283.45º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA5C2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 165 | 194 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.24 |
| HSL | 283.45º | 0.19% | 0.7% | - |
| HSV(B) | 283.45º | 0.15% | 0.76% | - |
| XYZ | 43.44 | 41.24 | 56.71 | - |
| YUV | 174.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 194 | 0.04 | 0.15 | 0 | 0.24 | 283.45 | 0.19 | 0.7 |
| Hex | BA | A5 | C2 | 4 | F | 0 | 18 | 11B | 13 | 46 |
| Octal | 272 | 245 | 302 | 4 | 17 | 0 | 30 | 433 | 23 | 106 |
| Binary | 10111010 | 10100101 | 11000010 | 100 | 1111 | 0 | 11000 | 100011011 | 10011 | 1000110 |
Color Harmonies of #BAA5C2
Complementary color
Monochromatic Colors of #BAA5C2
Black with #BAA5C2
Text Example
Text Example
White with #BAA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5C2; }
p { color: rgb(186,165,194); }
H1.HeaderClassName
{
color: #BAA5C2;
}
.AnyTagClassName
{
color: #BAA5C2;
}
</style>
background-color css
<style>
a { background-color: #BAA5C2; }
a { background-color: rgb(186,165,194); }
div.DivClassName
{
background-color: #BAA5C2;
}
.BgClassName
{
background-color: #BAA5C2;
}
</style>
border-color css
<style>
span { border-color: #BAA5C2; }
span { border-color: rgb(186,165,194); }
td.TdClassName
{
border-color: #BAA5C2;
}
.TagClassName
{
border-color: #BAA5C2;
}
</style>