Shades of Chatelle #B0AAB7
Tints of Chatelle #B0AAB7
RGB
CMYK
RGB Variations
Color information
#B0AAB7 (or 0xB0AAB7) is known color: Chatelle. HEX triplet: B0, AA and B7. RGB value is (176,170,183). Sum of RGB (Red+Green+Blue) = 176+170+183=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAB7 is #4F5548. Grayscale: #ADADAD. Windows color (decimal): -5199177 or 12036784. OLE color: 12036784.
HSL color Cylindrical-coordinate representation of color #B0AAB7: hue angle of 267.69º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AAB7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 170 | 183 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.28 |
| HSL | 267.69º | 0.08% | 0.69% | - |
| HSV(B) | 267.69º | 0.07% | 0.72% | - |
| XYZ | 40.83 | 41.4 | 50.64 | - |
| YUV | 173.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 183 | 0.04 | 0.07 | 0 | 0.28 | 267.69 | 0.08 | 0.69 |
| Hex | B0 | AA | B7 | 4 | 7 | 0 | 1C | 10C | 8 | 45 |
| Octal | 260 | 252 | 267 | 4 | 7 | 0 | 34 | 414 | 10 | 105 |
| Binary | 10110000 | 10101010 | 10110111 | 100 | 111 | 0 | 11100 | 100001100 | 1000 | 1000101 |
Color Harmonies of #B0AAB7
Complementary color
Monochromatic Colors of #B0AAB7
Black with #B0AAB7
Text Example
Text Example
White with #B0AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAB7; }
p { color: rgb(176,170,183); }
H1.HeaderClassName
{
color: #B0AAB7;
}
.AnyTagClassName
{
color: #B0AAB7;
}
</style>
background-color css
<style>
a { background-color: #B0AAB7; }
a { background-color: rgb(176,170,183); }
div.DivClassName
{
background-color: #B0AAB7;
}
.BgClassName
{
background-color: #B0AAB7;
}
</style>
border-color css
<style>
span { border-color: #B0AAB7; }
span { border-color: rgb(176,170,183); }
td.TdClassName
{
border-color: #B0AAB7;
}
.TagClassName
{
border-color: #B0AAB7;
}
</style>