Shades of Chatelle #B1A9BB
Tints of Chatelle #B1A9BB
RGB
CMYK
RGB Variations
Color information
#B1A9BB (or 0xB1A9BB) is known color: Chatelle. HEX triplet: B1, A9 and BB. RGB value is (177,169,187). Sum of RGB (Red+Green+Blue) = 177+169+187=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9BB is #4E5644. Grayscale: #ADADAD. Windows color (decimal): -5133893 or 12298673. OLE color: 12298673.
HSL color Cylindrical-coordinate representation of color #B1A9BB: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A9BB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 169 | 187 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.27 |
| HSL | 266.67º | 0.12% | 0.7% | - |
| HSV(B) | 266.67º | 0.1% | 0.73% | - |
| XYZ | 41.29 | 41.31 | 52.81 | - |
| YUV | 173.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 187 | 0.05 | 0.10 | 0 | 0.27 | 266.67 | 0.12 | 0.7 |
| Hex | B1 | A9 | BB | 5 | A | 0 | 1B | 10B | C | 46 |
| Octal | 261 | 251 | 273 | 5 | 12 | 0 | 33 | 413 | 14 | 106 |
| Binary | 10110001 | 10101001 | 10111011 | 101 | 1010 | 0 | 11011 | 100001011 | 1100 | 1000110 |
Color Harmonies of #B1A9BB
Complementary color
Monochromatic Colors of #B1A9BB
Black with #B1A9BB
Text Example
Text Example
White with #B1A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9BB; }
p { color: rgb(177,169,187); }
H1.HeaderClassName
{
color: #B1A9BB;
}
.AnyTagClassName
{
color: #B1A9BB;
}
</style>
background-color css
<style>
a { background-color: #B1A9BB; }
a { background-color: rgb(177,169,187); }
div.DivClassName
{
background-color: #B1A9BB;
}
.BgClassName
{
background-color: #B1A9BB;
}
</style>
border-color css
<style>
span { border-color: #B1A9BB; }
span { border-color: rgb(177,169,187); }
td.TdClassName
{
border-color: #B1A9BB;
}
.TagClassName
{
border-color: #B1A9BB;
}
</style>