Shades of Heather #BFC7CB
Tints of Heather #BFC7CB
RGB
CMYK
RGB Variations
Color information
#BFC7CB (or 0xBFC7CB) is known color: Heather. HEX triplet: BF, C7 and CB. RGB value is (191,199,203). Sum of RGB (Red+Green+Blue) = 191+199+203=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CB is #403834. Grayscale: #C5C5C5. Windows color (decimal): -4208693 or 13354943. OLE color: 13354943.
HSL color Cylindrical-coordinate representation of color #BFC7CB: hue angle of 200º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC7CB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 199 | 203 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.20 |
| HSL | 200º | 0.1% | 0.77% | - |
| HSV(B) | 200º | 0.06% | 0.8% | - |
| XYZ | 52.69 | 56.24 | 64.58 | - |
| YUV | 197.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 203 | 0.06 | 0.02 | 0 | 0.20 | 200 | 0.1 | 0.77 |
| Hex | BF | C7 | CB | 6 | 2 | 0 | 14 | C8 | A | 4D |
| Octal | 277 | 307 | 313 | 6 | 2 | 0 | 24 | 310 | 12 | 115 |
| Binary | 10111111 | 11000111 | 11001011 | 110 | 10 | 0 | 10100 | 11001000 | 1010 | 1001101 |
Color Harmonies of #BFC7CB
Complementary color
Monochromatic Colors of #BFC7CB
Black with #BFC7CB
Text Example
Text Example
White with #BFC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7CB; }
p { color: rgb(191,199,203); }
H1.HeaderClassName
{
color: #BFC7CB;
}
.AnyTagClassName
{
color: #BFC7CB;
}
</style>
background-color css
<style>
a { background-color: #BFC7CB; }
a { background-color: rgb(191,199,203); }
div.DivClassName
{
background-color: #BFC7CB;
}
.BgClassName
{
background-color: #BFC7CB;
}
</style>
border-color css
<style>
span { border-color: #BFC7CB; }
span { border-color: rgb(191,199,203); }
td.TdClassName
{
border-color: #BFC7CB;
}
.TagClassName
{
border-color: #BFC7CB;
}
</style>