Shades of Heather #B1BBC3
Tints of Heather #B1BBC3
RGB
CMYK
RGB Variations
Color information
#B1BBC3 (or 0xB1BBC3) is known color: Heather. HEX triplet: B1, BB and C3. RGB value is (177,187,195). Sum of RGB (Red+Green+Blue) = 177+187+195=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBC3 is #4E443C. Grayscale: #B8B8B8. Windows color (decimal): -5129277 or 12827569. OLE color: 12827569.
HSL color Cylindrical-coordinate representation of color #B1BBC3: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BBC3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 187 | 195 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.24 |
| HSL | 206.67º | 0.13% | 0.73% | - |
| HSV(B) | 206.67º | 0.09% | 0.76% | - |
| XYZ | 45.75 | 48.83 | 58.64 | - |
| YUV | 184.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 195 | 0.09 | 0.04 | 0 | 0.24 | 206.67 | 0.13 | 0.73 |
| Hex | B1 | BB | C3 | 9 | 4 | 0 | 18 | CF | D | 49 |
| Octal | 261 | 273 | 303 | 11 | 4 | 0 | 30 | 317 | 15 | 111 |
| Binary | 10110001 | 10111011 | 11000011 | 1001 | 100 | 0 | 11000 | 11001111 | 1101 | 1001001 |
Color Harmonies of #B1BBC3
Complementary color
Monochromatic Colors of #B1BBC3
Black with #B1BBC3
Text Example
Text Example
White with #B1BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBC3; }
p { color: rgb(177,187,195); }
H1.HeaderClassName
{
color: #B1BBC3;
}
.AnyTagClassName
{
color: #B1BBC3;
}
</style>
background-color css
<style>
a { background-color: #B1BBC3; }
a { background-color: rgb(177,187,195); }
div.DivClassName
{
background-color: #B1BBC3;
}
.BgClassName
{
background-color: #B1BBC3;
}
</style>
border-color css
<style>
span { border-color: #B1BBC3; }
span { border-color: rgb(177,187,195); }
td.TdClassName
{
border-color: #B1BBC3;
}
.TagClassName
{
border-color: #B1BBC3;
}
</style>