Shades of Chatelle #B0A7B7
Tints of Chatelle #B0A7B7
RGB
CMYK
RGB Variations
Color information
#B0A7B7 (or 0xB0A7B7) is known color: Chatelle. HEX triplet: B0, A7 and B7. RGB value is (176,167,183). Sum of RGB (Red+Green+Blue) = 176+167+183=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0A7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7B7 is #4F5848. Grayscale: #ABABAB. Windows color (decimal): -5199945 or 12036016. OLE color: 12036016.
HSL color Cylindrical-coordinate representation of color #B0A7B7: hue angle of 273.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0A7B7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 167 | 183 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.28 |
| HSL | 273.75º | 0.1% | 0.69% | - |
| HSV(B) | 273.75º | 0.09% | 0.72% | - |
| XYZ | 40.27 | 40.29 | 50.45 | - |
| YUV | 171.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 183 | 0.04 | 0.09 | 0 | 0.28 | 273.75 | 0.1 | 0.69 |
| Hex | B0 | A7 | B7 | 4 | 9 | 0 | 1C | 112 | A | 45 |
| Octal | 260 | 247 | 267 | 4 | 11 | 0 | 34 | 422 | 12 | 105 |
| Binary | 10110000 | 10100111 | 10110111 | 100 | 1001 | 0 | 11100 | 100010010 | 1010 | 1000101 |
Color Harmonies of #B0A7B7
Complementary color
Monochromatic Colors of #B0A7B7
Black with #B0A7B7
Text Example
Text Example
White with #B0A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7B7; }
p { color: rgb(176,167,183); }
H1.HeaderClassName
{
color: #B0A7B7;
}
.AnyTagClassName
{
color: #B0A7B7;
}
</style>
background-color css
<style>
a { background-color: #B0A7B7; }
a { background-color: rgb(176,167,183); }
div.DivClassName
{
background-color: #B0A7B7;
}
.BgClassName
{
background-color: #B0A7B7;
}
</style>
border-color css
<style>
span { border-color: #B0A7B7; }
span { border-color: rgb(176,167,183); }
td.TdClassName
{
border-color: #B0A7B7;
}
.TagClassName
{
border-color: #B0A7B7;
}
</style>