Shades of Chatelle #BAA8C3
Tints of Chatelle #BAA8C3
RGB
CMYK
RGB Variations
Color information
#BAA8C3 (or 0xBAA8C3) is known color: Chatelle. HEX triplet: BA, A8 and C3. RGB value is (186,168,195). Sum of RGB (Red+Green+Blue) = 186+168+195=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8C3 is #45573C. Grayscale: #B0B0B0. Windows color (decimal): -4544317 or 12822714. OLE color: 12822714.
HSL color Cylindrical-coordinate representation of color #BAA8C3: hue angle of 280º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA8C3 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 168 | 195 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.24 |
| HSL | 280º | 0.18% | 0.71% | - |
| HSV(B) | 280º | 0.14% | 0.76% | - |
| XYZ | 44.1 | 42.38 | 57.49 | - |
| YUV | 176.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 195 | 0.05 | 0.14 | 0 | 0.24 | 280 | 0.18 | 0.71 |
| Hex | BA | A8 | C3 | 5 | E | 0 | 18 | 118 | 12 | 47 |
| Octal | 272 | 250 | 303 | 5 | 16 | 0 | 30 | 430 | 22 | 107 |
| Binary | 10111010 | 10101000 | 11000011 | 101 | 1110 | 0 | 11000 | 100011000 | 10010 | 1000111 |
Color Harmonies of #BAA8C3
Complementary color
Monochromatic Colors of #BAA8C3
Black with #BAA8C3
Text Example
Text Example
White with #BAA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8C3; }
p { color: rgb(186,168,195); }
H1.HeaderClassName
{
color: #BAA8C3;
}
.AnyTagClassName
{
color: #BAA8C3;
}
</style>
background-color css
<style>
a { background-color: #BAA8C3; }
a { background-color: rgb(186,168,195); }
div.DivClassName
{
background-color: #BAA8C3;
}
.BgClassName
{
background-color: #BAA8C3;
}
</style>
border-color css
<style>
span { border-color: #BAA8C3; }
span { border-color: rgb(186,168,195); }
td.TdClassName
{
border-color: #BAA8C3;
}
.TagClassName
{
border-color: #BAA8C3;
}
</style>