Shades of Heather #BFC4C6
Tints of Heather #BFC4C6
RGB
CMYK
RGB Variations
Color information
#BFC4C6 (or 0xBFC4C6) is known color: Heather. HEX triplet: BF, C4 and C6. RGB value is (191,196,198). Sum of RGB (Red+Green+Blue) = 191+196+198=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C6 is #403B39. Grayscale: #C2C2C2. Windows color (decimal): -4209466 or 13026495. OLE color: 13026495.
HSL color Cylindrical-coordinate representation of color #BFC4C6: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC4C6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 196 | 198 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.22 |
| HSL | 197.14º | 0.06% | 0.76% | - |
| HSV(B) | 197.14º | 0.04% | 0.78% | - |
| XYZ | 51.42 | 54.63 | 61.26 | - |
| YUV | 194.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 198 | 0.04 | 0.01 | 0 | 0.22 | 197.14 | 0.06 | 0.76 |
| Hex | BF | C4 | C6 | 4 | 1 | 0 | 16 | C5 | 6 | 4C |
| Octal | 277 | 304 | 306 | 4 | 1 | 0 | 26 | 305 | 6 | 114 |
| Binary | 10111111 | 11000100 | 11000110 | 100 | 1 | 0 | 10110 | 11000101 | 110 | 1001100 |
Color Harmonies of #BFC4C6
Complementary color
Monochromatic Colors of #BFC4C6
Black with #BFC4C6
Text Example
Text Example
White with #BFC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4C6; }
p { color: rgb(191,196,198); }
H1.HeaderClassName
{
color: #BFC4C6;
}
.AnyTagClassName
{
color: #BFC4C6;
}
</style>
background-color css
<style>
a { background-color: #BFC4C6; }
a { background-color: rgb(191,196,198); }
div.DivClassName
{
background-color: #BFC4C6;
}
.BgClassName
{
background-color: #BFC4C6;
}
</style>
border-color css
<style>
span { border-color: #BFC4C6; }
span { border-color: rgb(191,196,198); }
td.TdClassName
{
border-color: #BFC4C6;
}
.TagClassName
{
border-color: #BFC4C6;
}
</style>