Shades of Heather #BFC8CB
Tints of Heather #BFC8CB
RGB
CMYK
RGB Variations
Color information
#BFC8CB (or 0xBFC8CB) is known color: Heather. HEX triplet: BF, C8 and CB. RGB value is (191,200,203). Sum of RGB (Red+Green+Blue) = 191+200+203=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CB is #403734. Grayscale: #C5C5C5. Windows color (decimal): -4208437 or 13355199. OLE color: 13355199.
HSL color Cylindrical-coordinate representation of color #BFC8CB: hue angle of 195º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC8CB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 200 | 203 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.20 |
| HSL | 195º | 0.1% | 0.77% | - |
| HSV(B) | 195º | 0.06% | 0.8% | - |
| XYZ | 52.92 | 56.7 | 64.65 | - |
| YUV | 197.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 203 | 0.06 | 0.01 | 0 | 0.20 | 195 | 0.1 | 0.77 |
| Hex | BF | C8 | CB | 6 | 1 | 0 | 14 | C3 | A | 4D |
| Octal | 277 | 310 | 313 | 6 | 1 | 0 | 24 | 303 | 12 | 115 |
| Binary | 10111111 | 11001000 | 11001011 | 110 | 1 | 0 | 10100 | 11000011 | 1010 | 1001101 |
Color Harmonies of #BFC8CB
Complementary color
Monochromatic Colors of #BFC8CB
Black with #BFC8CB
Text Example
Text Example
White with #BFC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8CB; }
p { color: rgb(191,200,203); }
H1.HeaderClassName
{
color: #BFC8CB;
}
.AnyTagClassName
{
color: #BFC8CB;
}
</style>
background-color css
<style>
a { background-color: #BFC8CB; }
a { background-color: rgb(191,200,203); }
div.DivClassName
{
background-color: #BFC8CB;
}
.BgClassName
{
background-color: #BFC8CB;
}
</style>
border-color css
<style>
span { border-color: #BFC8CB; }
span { border-color: rgb(191,200,203); }
td.TdClassName
{
border-color: #BFC8CB;
}
.TagClassName
{
border-color: #BFC8CB;
}
</style>