Shades of Grey Chateau #9BA6B1
Tints of Grey Chateau #9BA6B1
RGB
CMYK
RGB Variations
Color information
#9BA6B1 (or 0x9BA6B1) is known color: Grey Chateau. HEX triplet: 9B, A6 and B1. RGB value is (155,166,177). Sum of RGB (Red+Green+Blue) = 155+166+177=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BA6B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6B1 is #64594E. Grayscale: #A3A3A3. Windows color (decimal): -6576463 or 11642523. OLE color: 11642523.
HSL color Cylindrical-coordinate representation of color #9BA6B1: hue angle of 210º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA6B1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 166 | 177 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.31 |
| HSL | 210º | 0.12% | 0.65% | - |
| HSV(B) | 210º | 0.12% | 0.69% | - |
| XYZ | 35.09 | 37.42 | 46.97 | - |
| YUV | 163.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 177 | 0.12 | 0.06 | 0 | 0.31 | 210 | 0.12 | 0.65 |
| Hex | 9B | A6 | B1 | C | 6 | 0 | 1F | D2 | C | 41 |
| Octal | 233 | 246 | 261 | 14 | 6 | 0 | 37 | 322 | 14 | 101 |
| Binary | 10011011 | 10100110 | 10110001 | 1100 | 110 | 0 | 11111 | 11010010 | 1100 | 1000001 |
Color Harmonies of #9BA6B1
Complementary color
Monochromatic Colors of #9BA6B1
Black with #9BA6B1
Text Example
Text Example
White with #9BA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA6B1; }
p { color: rgb(155,166,177); }
H1.HeaderClassName
{
color: #9BA6B1;
}
.AnyTagClassName
{
color: #9BA6B1;
}
</style>
background-color css
<style>
a { background-color: #9BA6B1; }
a { background-color: rgb(155,166,177); }
div.DivClassName
{
background-color: #9BA6B1;
}
.BgClassName
{
background-color: #9BA6B1;
}
</style>
border-color css
<style>
span { border-color: #9BA6B1; }
span { border-color: rgb(155,166,177); }
td.TdClassName
{
border-color: #9BA6B1;
}
.TagClassName
{
border-color: #9BA6B1;
}
</style>