Shades of Heather #BFC5C8
Tints of Heather #BFC5C8
RGB
CMYK
RGB Variations
Color information
#BFC5C8 (or 0xBFC5C8) is known color: Heather. HEX triplet: BF, C5 and C8. RGB value is (191,197,200). Sum of RGB (Red+Green+Blue) = 191+197+200=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C8 is #403A37. Grayscale: #C3C3C3. Windows color (decimal): -4209208 or 13157823. OLE color: 13157823.
HSL color Cylindrical-coordinate representation of color #BFC5C8: hue angle of 200º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC5C8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 197 | 200 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.22 |
| HSL | 200º | 0.08% | 0.77% | - |
| HSV(B) | 200º | 0.05% | 0.78% | - |
| XYZ | 51.88 | 55.18 | 62.56 | - |
| YUV | 195.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 200 | 0.04 | 0.02 | 0 | 0.22 | 200 | 0.08 | 0.77 |
| Hex | BF | C5 | C8 | 4 | 2 | 0 | 16 | C8 | 8 | 4D |
| Octal | 277 | 305 | 310 | 4 | 2 | 0 | 26 | 310 | 10 | 115 |
| Binary | 10111111 | 11000101 | 11001000 | 100 | 10 | 0 | 10110 | 11001000 | 1000 | 1001101 |
Color Harmonies of #BFC5C8
Complementary color
Monochromatic Colors of #BFC5C8
Black with #BFC5C8
Text Example
Text Example
White with #BFC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5C8; }
p { color: rgb(191,197,200); }
H1.HeaderClassName
{
color: #BFC5C8;
}
.AnyTagClassName
{
color: #BFC5C8;
}
</style>
background-color css
<style>
a { background-color: #BFC5C8; }
a { background-color: rgb(191,197,200); }
div.DivClassName
{
background-color: #BFC5C8;
}
.BgClassName
{
background-color: #BFC5C8;
}
</style>
border-color css
<style>
span { border-color: #BFC5C8; }
span { border-color: rgb(191,197,200); }
td.TdClassName
{
border-color: #BFC5C8;
}
.TagClassName
{
border-color: #BFC5C8;
}
</style>