Shades of Chatelle #B1A6BB
Tints of Chatelle #B1A6BB
RGB
CMYK
RGB Variations
Color information
#B1A6BB (or 0xB1A6BB) is known color: Chatelle. HEX triplet: B1, A6 and BB. RGB value is (177,166,187). Sum of RGB (Red+Green+Blue) = 177+166+187=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A6BB is #4E5944. Grayscale: #ABABAB. Windows color (decimal): -5134661 or 12297905. OLE color: 12297905.
HSL color Cylindrical-coordinate representation of color #B1A6BB: hue angle of 271.43º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A6BB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 166 | 187 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.27 |
| HSL | 271.43º | 0.13% | 0.69% | - |
| HSV(B) | 271.43º | 0.11% | 0.73% | - |
| XYZ | 40.74 | 40.21 | 52.63 | - |
| YUV | 171.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 187 | 0.05 | 0.11 | 0 | 0.27 | 271.43 | 0.13 | 0.69 |
| Hex | B1 | A6 | BB | 5 | B | 0 | 1B | 10F | D | 45 |
| Octal | 261 | 246 | 273 | 5 | 13 | 0 | 33 | 417 | 15 | 105 |
| Binary | 10110001 | 10100110 | 10111011 | 101 | 1011 | 0 | 11011 | 100001111 | 1101 | 1000101 |
Color Harmonies of #B1A6BB
Complementary color
Monochromatic Colors of #B1A6BB
Black with #B1A6BB
Text Example
Text Example
White with #B1A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A6BB; }
p { color: rgb(177,166,187); }
H1.HeaderClassName
{
color: #B1A6BB;
}
.AnyTagClassName
{
color: #B1A6BB;
}
</style>
background-color css
<style>
a { background-color: #B1A6BB; }
a { background-color: rgb(177,166,187); }
div.DivClassName
{
background-color: #B1A6BB;
}
.BgClassName
{
background-color: #B1A6BB;
}
</style>
border-color css
<style>
span { border-color: #B1A6BB; }
span { border-color: rgb(177,166,187); }
td.TdClassName
{
border-color: #B1A6BB;
}
.TagClassName
{
border-color: #B1A6BB;
}
</style>