Shades of Heather #B1BFC9
Tints of Heather #B1BFC9
RGB
CMYK
RGB Variations
Color information
#B1BFC9 (or 0xB1BFC9) is known color: Heather. HEX triplet: B1, BF and C9. RGB value is (177,191,201). Sum of RGB (Red+Green+Blue) = 177+191+201=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFC9 is #4E4036. Grayscale: #BBBBBB. Windows color (decimal): -5128247 or 13221809. OLE color: 13221809.
HSL color Cylindrical-coordinate representation of color #B1BFC9: hue angle of 205º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BFC9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 191 | 201 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.21 |
| HSL | 205º | 0.18% | 0.74% | - |
| HSV(B) | 205º | 0.12% | 0.79% | - |
| XYZ | 47.3 | 50.83 | 62.58 | - |
| YUV | 187.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 201 | 0.12 | 0.05 | 0 | 0.21 | 205 | 0.18 | 0.74 |
| Hex | B1 | BF | C9 | C | 5 | 0 | 15 | CD | 12 | 4A |
| Octal | 261 | 277 | 311 | 14 | 5 | 0 | 25 | 315 | 22 | 112 |
| Binary | 10110001 | 10111111 | 11001001 | 1100 | 101 | 0 | 10101 | 11001101 | 10010 | 1001010 |
Color Harmonies of #B1BFC9
Complementary color
Monochromatic Colors of #B1BFC9
Black with #B1BFC9
Text Example
Text Example
White with #B1BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFC9; }
p { color: rgb(177,191,201); }
H1.HeaderClassName
{
color: #B1BFC9;
}
.AnyTagClassName
{
color: #B1BFC9;
}
</style>
background-color css
<style>
a { background-color: #B1BFC9; }
a { background-color: rgb(177,191,201); }
div.DivClassName
{
background-color: #B1BFC9;
}
.BgClassName
{
background-color: #B1BFC9;
}
</style>
border-color css
<style>
span { border-color: #B1BFC9; }
span { border-color: rgb(177,191,201); }
td.TdClassName
{
border-color: #B1BFC9;
}
.TagClassName
{
border-color: #B1BFC9;
}
</style>