Shades of Chatelle #B1ACB2
Tints of Chatelle #B1ACB2
RGB
CMYK
RGB Variations
Color information
#B1ACB2 (or 0xB1ACB2) is known color: Chatelle. HEX triplet: B1, AC and B2. RGB value is (177,172,178). Sum of RGB (Red+Green+Blue) = 177+172+178=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 178 - color contains mainly: blue. Hex color #B1ACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACB2 is #4E534D. Grayscale: #AEAEAE. Windows color (decimal): -5133134 or 11709617. OLE color: 11709617.
HSL color Cylindrical-coordinate representation of color #B1ACB2: hue angle of 290º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ACB2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 172 | 178 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.30 |
| HSL | 290º | 0.04% | 0.69% | - |
| HSV(B) | 290º | 0.03% | 0.7% | - |
| XYZ | 40.92 | 42.07 | 48.08 | - |
| YUV | 174.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 178 | 0.01 | 0.03 | 0 | 0.30 | 290 | 0.04 | 0.69 |
| Hex | B1 | AC | B2 | 1 | 3 | 0 | 1E | 122 | 4 | 45 |
| Octal | 261 | 254 | 262 | 1 | 3 | 0 | 36 | 442 | 4 | 105 |
| Binary | 10110001 | 10101100 | 10110010 | 1 | 11 | 0 | 11110 | 100100010 | 100 | 1000101 |
Color Harmonies of #B1ACB2
Complementary color
Monochromatic Colors of #B1ACB2
Black with #B1ACB2
Text Example
Text Example
White with #B1ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACB2; }
p { color: rgb(177,172,178); }
H1.HeaderClassName
{
color: #B1ACB2;
}
.AnyTagClassName
{
color: #B1ACB2;
}
</style>
background-color css
<style>
a { background-color: #B1ACB2; }
a { background-color: rgb(177,172,178); }
div.DivClassName
{
background-color: #B1ACB2;
}
.BgClassName
{
background-color: #B1ACB2;
}
</style>
border-color css
<style>
span { border-color: #B1ACB2; }
span { border-color: rgb(177,172,178); }
td.TdClassName
{
border-color: #B1ACB2;
}
.TagClassName
{
border-color: #B1ACB2;
}
</style>