Shades of Chatelle #B1A2BD
Tints of Chatelle #B1A2BD
RGB
CMYK
RGB Variations
Color information
#B1A2BD (or 0xB1A2BD) is known color: Chatelle. HEX triplet: B1, A2 and BD. RGB value is (177,162,189). Sum of RGB (Red+Green+Blue) = 177+162+189=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2BD is #4E5D42. Grayscale: #A9A9A9. Windows color (decimal): -5135683 or 12427953. OLE color: 12427953.
HSL color Cylindrical-coordinate representation of color #B1A2BD: hue angle of 273.33º degrees, saturation: 0.17, 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 #B1A2BD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 162 | 189 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.26 |
| HSL | 273.33º | 0.17% | 0.69% | - |
| HSV(B) | 273.33º | 0.14% | 0.74% | - |
| XYZ | 40.24 | 38.86 | 53.52 | - |
| YUV | 169.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 189 | 0.06 | 0.14 | 0 | 0.26 | 273.33 | 0.17 | 0.69 |
| Hex | B1 | A2 | BD | 6 | E | 0 | 1A | 111 | 11 | 45 |
| Octal | 261 | 242 | 275 | 6 | 16 | 0 | 32 | 421 | 21 | 105 |
| Binary | 10110001 | 10100010 | 10111101 | 110 | 1110 | 0 | 11010 | 100010001 | 10001 | 1000101 |
Color Harmonies of #B1A2BD
Complementary color
Monochromatic Colors of #B1A2BD
Black with #B1A2BD
Text Example
Text Example
White with #B1A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A2BD; }
p { color: rgb(177,162,189); }
H1.HeaderClassName
{
color: #B1A2BD;
}
.AnyTagClassName
{
color: #B1A2BD;
}
</style>
background-color css
<style>
a { background-color: #B1A2BD; }
a { background-color: rgb(177,162,189); }
div.DivClassName
{
background-color: #B1A2BD;
}
.BgClassName
{
background-color: #B1A2BD;
}
</style>
border-color css
<style>
span { border-color: #B1A2BD; }
span { border-color: rgb(177,162,189); }
td.TdClassName
{
border-color: #B1A2BD;
}
.TagClassName
{
border-color: #B1A2BD;
}
</style>