Shades of Heather #BFC6CA
Tints of Heather #BFC6CA
RGB
CMYK
RGB Variations
Color information
#BFC6CA (or 0xBFC6CA) is known color: Heather. HEX triplet: BF, C6 and CA. RGB value is (191,198,202). Sum of RGB (Red+Green+Blue) = 191+198+202=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CA is #403935. Grayscale: #C4C4C4. Windows color (decimal): -4208950 or 13289151. OLE color: 13289151.
HSL color Cylindrical-coordinate representation of color #BFC6CA: hue angle of 201.82º 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 #BFC6CA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 198 | 202 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.21 |
| HSL | 201.82º | 0.09% | 0.77% | - |
| HSV(B) | 201.82º | 0.05% | 0.79% | - |
| XYZ | 52.34 | 55.73 | 63.88 | - |
| YUV | 196.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 202 | 0.05 | 0.02 | 0 | 0.21 | 201.82 | 0.09 | 0.77 |
| Hex | BF | C6 | CA | 5 | 2 | 0 | 15 | CA | 9 | 4D |
| Octal | 277 | 306 | 312 | 5 | 2 | 0 | 25 | 312 | 11 | 115 |
| Binary | 10111111 | 11000110 | 11001010 | 101 | 10 | 0 | 10101 | 11001010 | 1001 | 1001101 |
Color Harmonies of #BFC6CA
Complementary color
Monochromatic Colors of #BFC6CA
Black with #BFC6CA
Text Example
Text Example
White with #BFC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CA; }
p { color: rgb(191,198,202); }
H1.HeaderClassName
{
color: #BFC6CA;
}
.AnyTagClassName
{
color: #BFC6CA;
}
</style>
background-color css
<style>
a { background-color: #BFC6CA; }
a { background-color: rgb(191,198,202); }
div.DivClassName
{
background-color: #BFC6CA;
}
.BgClassName
{
background-color: #BFC6CA;
}
</style>
border-color css
<style>
span { border-color: #BFC6CA; }
span { border-color: rgb(191,198,202); }
td.TdClassName
{
border-color: #BFC6CA;
}
.TagClassName
{
border-color: #BFC6CA;
}
</style>