Shades of Chatelle #B1A7BD
Tints of Chatelle #B1A7BD
RGB
CMYK
RGB Variations
Color information
#B1A7BD (or 0xB1A7BD) is known color: Chatelle. HEX triplet: B1, A7 and BD. RGB value is (177,167,189). Sum of RGB (Red+Green+Blue) = 177+167+189=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7BD is #4E5842. Grayscale: #ACACAC. Windows color (decimal): -5134403 or 12429233. OLE color: 12429233.
HSL color Cylindrical-coordinate representation of color #B1A7BD: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1A7BD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 167 | 189 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.26 |
| HSL | 267.27º | 0.14% | 0.7% | - |
| HSV(B) | 267.27º | 0.12% | 0.74% | - |
| XYZ | 41.14 | 40.66 | 53.82 | - |
| YUV | 172.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 189 | 0.06 | 0.12 | 0 | 0.26 | 267.27 | 0.14 | 0.7 |
| Hex | B1 | A7 | BD | 6 | C | 0 | 1A | 10B | E | 46 |
| Octal | 261 | 247 | 275 | 6 | 14 | 0 | 32 | 413 | 16 | 106 |
| Binary | 10110001 | 10100111 | 10111101 | 110 | 1100 | 0 | 11010 | 100001011 | 1110 | 1000110 |
Color Harmonies of #B1A7BD
Complementary color
Monochromatic Colors of #B1A7BD
Black with #B1A7BD
Text Example
Text Example
White with #B1A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A7BD; }
p { color: rgb(177,167,189); }
H1.HeaderClassName
{
color: #B1A7BD;
}
.AnyTagClassName
{
color: #B1A7BD;
}
</style>
background-color css
<style>
a { background-color: #B1A7BD; }
a { background-color: rgb(177,167,189); }
div.DivClassName
{
background-color: #B1A7BD;
}
.BgClassName
{
background-color: #B1A7BD;
}
</style>
border-color css
<style>
span { border-color: #B1A7BD; }
span { border-color: rgb(177,167,189); }
td.TdClassName
{
border-color: #B1A7BD;
}
.TagClassName
{
border-color: #B1A7BD;
}
</style>