Shades of Heather #BFC7CA
Tints of Heather #BFC7CA
RGB
CMYK
RGB Variations
Color information
#BFC7CA (or 0xBFC7CA) is known color: Heather. HEX triplet: BF, C7 and CA. RGB value is (191,199,202). Sum of RGB (Red+Green+Blue) = 191+199+202=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CA is #403835. Grayscale: #C4C4C4. Windows color (decimal): -4208694 or 13289407. OLE color: 13289407.
HSL color Cylindrical-coordinate representation of color #BFC7CA: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC7CA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 199 | 202 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.21 |
| HSL | 196.36º | 0.09% | 0.77% | - |
| HSV(B) | 196.36º | 0.05% | 0.79% | - |
| XYZ | 52.57 | 56.19 | 63.95 | - |
| YUV | 196.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 202 | 0.05 | 0.01 | 0 | 0.21 | 196.36 | 0.09 | 0.77 |
| Hex | BF | C7 | CA | 5 | 1 | 0 | 15 | C4 | 9 | 4D |
| Octal | 277 | 307 | 312 | 5 | 1 | 0 | 25 | 304 | 11 | 115 |
| Binary | 10111111 | 11000111 | 11001010 | 101 | 1 | 0 | 10101 | 11000100 | 1001 | 1001101 |
Color Harmonies of #BFC7CA
Complementary color
Monochromatic Colors of #BFC7CA
Black with #BFC7CA
Text Example
Text Example
White with #BFC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7CA; }
p { color: rgb(191,199,202); }
H1.HeaderClassName
{
color: #BFC7CA;
}
.AnyTagClassName
{
color: #BFC7CA;
}
</style>
background-color css
<style>
a { background-color: #BFC7CA; }
a { background-color: rgb(191,199,202); }
div.DivClassName
{
background-color: #BFC7CA;
}
.BgClassName
{
background-color: #BFC7CA;
}
</style>
border-color css
<style>
span { border-color: #BFC7CA; }
span { border-color: rgb(191,199,202); }
td.TdClassName
{
border-color: #BFC7CA;
}
.TagClassName
{
border-color: #BFC7CA;
}
</style>