Shades of Heather #BFC0C1
Tints of Heather #BFC0C1
RGB
CMYK
RGB Variations
Color information
#BFC0C1 (or 0xBFC0C1) is known color: Heather. HEX triplet: BF, C0 and C1. RGB value is (191,192,193). Sum of RGB (Red+Green+Blue) = 191+192+193=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C1 is #403F3E. Grayscale: #BFBFBF. Windows color (decimal): -4210495 or 12697791. OLE color: 12697791.
HSL color Cylindrical-coordinate representation of color #BFC0C1: hue angle of 210º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFC0C1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 192 | 193 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.24 |
| HSL | 210º | 0.02% | 0.75% | - |
| HSV(B) | 210º | 0.01% | 0.76% | - |
| XYZ | 49.96 | 52.63 | 57.98 | - |
| YUV | 191.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 193 | 0.01 | 0.01 | 0 | 0.24 | 210 | 0.02 | 0.75 |
| Hex | BF | C0 | C1 | 1 | 1 | 0 | 18 | D2 | 2 | 4B |
| Octal | 277 | 300 | 301 | 1 | 1 | 0 | 30 | 322 | 2 | 113 |
| Binary | 10111111 | 11000000 | 11000001 | 1 | 1 | 0 | 11000 | 11010010 | 10 | 1001011 |
Color Harmonies of #BFC0C1
Complementary color
Monochromatic Colors of #BFC0C1
Black with #BFC0C1
Text Example
Text Example
White with #BFC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0C1; }
p { color: rgb(191,192,193); }
H1.HeaderClassName
{
color: #BFC0C1;
}
.AnyTagClassName
{
color: #BFC0C1;
}
</style>
background-color css
<style>
a { background-color: #BFC0C1; }
a { background-color: rgb(191,192,193); }
div.DivClassName
{
background-color: #BFC0C1;
}
.BgClassName
{
background-color: #BFC0C1;
}
</style>
border-color css
<style>
span { border-color: #BFC0C1; }
span { border-color: rgb(191,192,193); }
td.TdClassName
{
border-color: #BFC0C1;
}
.TagClassName
{
border-color: #BFC0C1;
}
</style>