Shades of Chatelle #BAA5C3
Tints of Chatelle #BAA5C3
RGB
CMYK
RGB Variations
Color information
#BAA5C3 (or 0xBAA5C3) is known color: Chatelle. HEX triplet: BA, A5 and C3. RGB value is (186,165,195). Sum of RGB (Red+Green+Blue) = 186+165+195=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C3 is #455A3C. Grayscale: #AEAEAE. Windows color (decimal): -4545085 or 12821946. OLE color: 12821946.
HSL color Cylindrical-coordinate representation of color #BAA5C3: hue angle of 282º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA5C3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 165 | 195 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.24 |
| HSL | 282º | 0.2% | 0.71% | - |
| HSV(B) | 282º | 0.15% | 0.76% | - |
| XYZ | 43.56 | 41.29 | 57.3 | - |
| YUV | 174.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 195 | 0.05 | 0.15 | 0 | 0.24 | 282 | 0.2 | 0.71 |
| Hex | BA | A5 | C3 | 5 | F | 0 | 18 | 11A | 14 | 47 |
| Octal | 272 | 245 | 303 | 5 | 17 | 0 | 30 | 432 | 24 | 107 |
| Binary | 10111010 | 10100101 | 11000011 | 101 | 1111 | 0 | 11000 | 100011010 | 10100 | 1000111 |
Color Harmonies of #BAA5C3
Complementary color
Monochromatic Colors of #BAA5C3
Black with #BAA5C3
Text Example
Text Example
White with #BAA5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5C3; }
p { color: rgb(186,165,195); }
H1.HeaderClassName
{
color: #BAA5C3;
}
.AnyTagClassName
{
color: #BAA5C3;
}
</style>
background-color css
<style>
a { background-color: #BAA5C3; }
a { background-color: rgb(186,165,195); }
div.DivClassName
{
background-color: #BAA5C3;
}
.BgClassName
{
background-color: #BAA5C3;
}
</style>
border-color css
<style>
span { border-color: #BAA5C3; }
span { border-color: rgb(186,165,195); }
td.TdClassName
{
border-color: #BAA5C3;
}
.TagClassName
{
border-color: #BAA5C3;
}
</style>