Shades of Chatelle #B1A2BC
Tints of Chatelle #B1A2BC
RGB
CMYK
RGB Variations
Color information
#B1A2BC (or 0xB1A2BC) is known color: Chatelle. HEX triplet: B1, A2 and BC. RGB value is (177,162,188). Sum of RGB (Red+Green+Blue) = 177+162+188=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2BC is #4E5D43. Grayscale: #A9A9A9. Windows color (decimal): -5135684 or 12362417. OLE color: 12362417.
HSL color Cylindrical-coordinate representation of color #B1A2BC: hue angle of 274.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A2BC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 162 | 188 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.26 |
| HSL | 274.62º | 0.16% | 0.69% | - |
| HSV(B) | 274.62º | 0.14% | 0.74% | - |
| XYZ | 40.13 | 38.82 | 52.95 | - |
| YUV | 169.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 188 | 0.06 | 0.14 | 0 | 0.26 | 274.62 | 0.16 | 0.69 |
| Hex | B1 | A2 | BC | 6 | E | 0 | 1A | 113 | 10 | 45 |
| Octal | 261 | 242 | 274 | 6 | 16 | 0 | 32 | 423 | 20 | 105 |
| Binary | 10110001 | 10100010 | 10111100 | 110 | 1110 | 0 | 11010 | 100010011 | 10000 | 1000101 |
Color Harmonies of #B1A2BC
Complementary color
Monochromatic Colors of #B1A2BC
Black with #B1A2BC
Text Example
Text Example
White with #B1A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A2BC; }
p { color: rgb(177,162,188); }
H1.HeaderClassName
{
color: #B1A2BC;
}
.AnyTagClassName
{
color: #B1A2BC;
}
</style>
background-color css
<style>
a { background-color: #B1A2BC; }
a { background-color: rgb(177,162,188); }
div.DivClassName
{
background-color: #B1A2BC;
}
.BgClassName
{
background-color: #B1A2BC;
}
</style>
border-color css
<style>
span { border-color: #B1A2BC; }
span { border-color: rgb(177,162,188); }
td.TdClassName
{
border-color: #B1A2BC;
}
.TagClassName
{
border-color: #B1A2BC;
}
</style>