Shades of Heather #BFC2C4
Tints of Heather #BFC2C4
RGB
CMYK
RGB Variations
Color information
#BFC2C4 (or 0xBFC2C4) is known color: Heather. HEX triplet: BF, C2 and C4. RGB value is (191,194,196). Sum of RGB (Red+Green+Blue) = 191+194+196=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2C4 is #403D3B. Grayscale: #C1C1C1. Windows color (decimal): -4209980 or 12894911. OLE color: 12894911.
HSL color Cylindrical-coordinate representation of color #BFC2C4: hue angle of 204º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC2C4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 194 | 196 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.23 |
| HSL | 204º | 0.04% | 0.76% | - |
| HSV(B) | 204º | 0.03% | 0.77% | - |
| XYZ | 50.74 | 53.65 | 59.9 | - |
| YUV | 193.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 196 | 0.03 | 0.01 | 0 | 0.23 | 204 | 0.04 | 0.76 |
| Hex | BF | C2 | C4 | 3 | 1 | 0 | 17 | CC | 4 | 4C |
| Octal | 277 | 302 | 304 | 3 | 1 | 0 | 27 | 314 | 4 | 114 |
| Binary | 10111111 | 11000010 | 11000100 | 11 | 1 | 0 | 10111 | 11001100 | 100 | 1001100 |
Color Harmonies of #BFC2C4
Complementary color
Monochromatic Colors of #BFC2C4
Black with #BFC2C4
Text Example
Text Example
White with #BFC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2C4; }
p { color: rgb(191,194,196); }
H1.HeaderClassName
{
color: #BFC2C4;
}
.AnyTagClassName
{
color: #BFC2C4;
}
</style>
background-color css
<style>
a { background-color: #BFC2C4; }
a { background-color: rgb(191,194,196); }
div.DivClassName
{
background-color: #BFC2C4;
}
.BgClassName
{
background-color: #BFC2C4;
}
</style>
border-color css
<style>
span { border-color: #BFC2C4; }
span { border-color: rgb(191,194,196); }
td.TdClassName
{
border-color: #BFC2C4;
}
.TagClassName
{
border-color: #BFC2C4;
}
</style>