Shades of Chatelle #B1A9B4
Tints of Chatelle #B1A9B4
RGB
CMYK
RGB Variations
Color information
#B1A9B4 (or 0xB1A9B4) is known color: Chatelle. HEX triplet: B1, A9 and B4. RGB value is (177,169,180). Sum of RGB (Red+Green+Blue) = 177+169+180=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9B4 is #4E564B. Grayscale: #ACACAC. Windows color (decimal): -5133900 or 11839921. OLE color: 11839921.
HSL color Cylindrical-coordinate representation of color #B1A9B4: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1A9B4 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 169 | 180 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.29 |
| HSL | 283.64º | 0.07% | 0.68% | - |
| HSV(B) | 283.64º | 0.06% | 0.71% | - |
| XYZ | 40.56 | 41.02 | 48.96 | - |
| YUV | 172.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 180 | 0.02 | 0.06 | 0 | 0.29 | 283.64 | 0.07 | 0.68 |
| Hex | B1 | A9 | B4 | 2 | 6 | 0 | 1D | 11C | 7 | 44 |
| Octal | 261 | 251 | 264 | 2 | 6 | 0 | 35 | 434 | 7 | 104 |
| Binary | 10110001 | 10101001 | 10110100 | 10 | 110 | 0 | 11101 | 100011100 | 111 | 1000100 |
Color Harmonies of #B1A9B4
Complementary color
Monochromatic Colors of #B1A9B4
Black with #B1A9B4
Text Example
Text Example
White with #B1A9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9B4; }
p { color: rgb(177,169,180); }
H1.HeaderClassName
{
color: #B1A9B4;
}
.AnyTagClassName
{
color: #B1A9B4;
}
</style>
background-color css
<style>
a { background-color: #B1A9B4; }
a { background-color: rgb(177,169,180); }
div.DivClassName
{
background-color: #B1A9B4;
}
.BgClassName
{
background-color: #B1A9B4;
}
</style>
border-color css
<style>
span { border-color: #B1A9B4; }
span { border-color: rgb(177,169,180); }
td.TdClassName
{
border-color: #B1A9B4;
}
.TagClassName
{
border-color: #B1A9B4;
}
</style>