Shades of Chatelle #B6A1C0
Tints of Chatelle #B6A1C0
RGB
CMYK
RGB Variations
Color information
#B6A1C0 (or 0xB6A1C0) is known color: Chatelle. HEX triplet: B6, A1 and C0. RGB value is (182,161,192). Sum of RGB (Red+Green+Blue) = 182+161+192=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1C0 is #495E3F. Grayscale: #AAAAAA. Windows color (decimal): -4808256 or 12624310. OLE color: 12624310.
HSL color Cylindrical-coordinate representation of color #B6A1C0: hue angle of 280.65º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6A1C0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 161 | 192 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.25 |
| HSL | 280.65º | 0.2% | 0.69% | - |
| HSV(B) | 280.65º | 0.16% | 0.75% | - |
| XYZ | 41.55 | 39.24 | 55.25 | - |
| YUV | 170.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 192 | 0.05 | 0.16 | 0 | 0.25 | 280.65 | 0.2 | 0.69 |
| Hex | B6 | A1 | C0 | 5 | 10 | 0 | 19 | 119 | 14 | 45 |
| Octal | 266 | 241 | 300 | 5 | 20 | 0 | 31 | 431 | 24 | 105 |
| Binary | 10110110 | 10100001 | 11000000 | 101 | 10000 | 0 | 11001 | 100011001 | 10100 | 1000101 |
Color Harmonies of #B6A1C0
Complementary color
Monochromatic Colors of #B6A1C0
Black with #B6A1C0
Text Example
Text Example
White with #B6A1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1C0; }
p { color: rgb(182,161,192); }
H1.HeaderClassName
{
color: #B6A1C0;
}
.AnyTagClassName
{
color: #B6A1C0;
}
</style>
background-color css
<style>
a { background-color: #B6A1C0; }
a { background-color: rgb(182,161,192); }
div.DivClassName
{
background-color: #B6A1C0;
}
.BgClassName
{
background-color: #B6A1C0;
}
</style>
border-color css
<style>
span { border-color: #B6A1C0; }
span { border-color: rgb(182,161,192); }
td.TdClassName
{
border-color: #B6A1C0;
}
.TagClassName
{
border-color: #B6A1C0;
}
</style>