Shades of Heather #B1B8BB
Tints of Heather #B1B8BB
RGB
CMYK
RGB Variations
Color information
#B1B8BB (or 0xB1B8BB) is known color: Heather. HEX triplet: B1, B8 and BB. RGB value is (177,184,187). Sum of RGB (Red+Green+Blue) = 177+184+187=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8BB is #4E4744. Grayscale: #B6B6B6. Windows color (decimal): -5130053 or 12302513. OLE color: 12302513.
HSL color Cylindrical-coordinate representation of color #B1B8BB: hue angle of 198º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1B8BB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 184 | 187 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.27 |
| HSL | 198º | 0.07% | 0.71% | - |
| HSV(B) | 198º | 0.05% | 0.73% | - |
| XYZ | 44.24 | 47.22 | 53.8 | - |
| YUV | 182.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 187 | 0.05 | 0.02 | 0 | 0.27 | 198 | 0.07 | 0.71 |
| Hex | B1 | B8 | BB | 5 | 2 | 0 | 1B | C6 | 7 | 47 |
| Octal | 261 | 270 | 273 | 5 | 2 | 0 | 33 | 306 | 7 | 107 |
| Binary | 10110001 | 10111000 | 10111011 | 101 | 10 | 0 | 11011 | 11000110 | 111 | 1000111 |
Color Harmonies of #B1B8BB
Complementary color
Monochromatic Colors of #B1B8BB
Black with #B1B8BB
Text Example
Text Example
White with #B1B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8BB; }
p { color: rgb(177,184,187); }
H1.HeaderClassName
{
color: #B1B8BB;
}
.AnyTagClassName
{
color: #B1B8BB;
}
</style>
background-color css
<style>
a { background-color: #B1B8BB; }
a { background-color: rgb(177,184,187); }
div.DivClassName
{
background-color: #B1B8BB;
}
.BgClassName
{
background-color: #B1B8BB;
}
</style>
border-color css
<style>
span { border-color: #B1B8BB; }
span { border-color: rgb(177,184,187); }
td.TdClassName
{
border-color: #B1B8BB;
}
.TagClassName
{
border-color: #B1B8BB;
}
</style>