Shades of Chatelle #B1A1BC
Tints of Chatelle #B1A1BC
RGB
CMYK
RGB Variations
Color information
#B1A1BC (or 0xB1A1BC) is known color: Chatelle. HEX triplet: B1, A1 and BC. RGB value is (177,161,188). Sum of RGB (Red+Green+Blue) = 177+161+188=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A1BC is #4E5E43. Grayscale: #A8A8A8. Windows color (decimal): -5135940 or 12362161. OLE color: 12362161.
HSL color Cylindrical-coordinate representation of color #B1A1BC: hue angle of 275.56º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A1BC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 161 | 188 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.26 |
| HSL | 275.56º | 0.17% | 0.68% | - |
| HSV(B) | 275.56º | 0.14% | 0.74% | - |
| XYZ | 39.95 | 38.47 | 52.9 | - |
| YUV | 168.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 188 | 0.06 | 0.14 | 0 | 0.26 | 275.56 | 0.17 | 0.68 |
| Hex | B1 | A1 | BC | 6 | E | 0 | 1A | 114 | 11 | 44 |
| Octal | 261 | 241 | 274 | 6 | 16 | 0 | 32 | 424 | 21 | 104 |
| Binary | 10110001 | 10100001 | 10111100 | 110 | 1110 | 0 | 11010 | 100010100 | 10001 | 1000100 |
Color Harmonies of #B1A1BC
Complementary color
Monochromatic Colors of #B1A1BC
Black with #B1A1BC
Text Example
Text Example
White with #B1A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A1BC; }
p { color: rgb(177,161,188); }
H1.HeaderClassName
{
color: #B1A1BC;
}
.AnyTagClassName
{
color: #B1A1BC;
}
</style>
background-color css
<style>
a { background-color: #B1A1BC; }
a { background-color: rgb(177,161,188); }
div.DivClassName
{
background-color: #B1A1BC;
}
.BgClassName
{
background-color: #B1A1BC;
}
</style>
border-color css
<style>
span { border-color: #B1A1BC; }
span { border-color: rgb(177,161,188); }
td.TdClassName
{
border-color: #B1A1BC;
}
.TagClassName
{
border-color: #B1A1BC;
}
</style>