Shades of Spindle #BFC6CF
Tints of Spindle #BFC6CF
RGB
CMYK
RGB Variations
Color information
#BFC6CF (or 0xBFC6CF) is known color: Spindle. HEX triplet: BF, C6 and CF. RGB value is (191,198,207). Sum of RGB (Red+Green+Blue) = 191+198+207=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CF is #403930. Grayscale: #C4C4C4. Windows color (decimal): -4208945 or 13616831. OLE color: 13616831.
HSL color Cylindrical-coordinate representation of color #BFC6CF: hue angle of 213.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC6CF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 198 | 207 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.19 |
| HSL | 213.75º | 0.14% | 0.78% | - |
| HSV(B) | 213.75º | 0.08% | 0.81% | - |
| XYZ | 52.94 | 55.97 | 67.04 | - |
| YUV | 196.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 207 | 0.08 | 0.04 | 0 | 0.19 | 213.75 | 0.14 | 0.78 |
| Hex | BF | C6 | CF | 8 | 4 | 0 | 13 | D6 | E | 4E |
| Octal | 277 | 306 | 317 | 10 | 4 | 0 | 23 | 326 | 16 | 116 |
| Binary | 10111111 | 11000110 | 11001111 | 1000 | 100 | 0 | 10011 | 11010110 | 1110 | 1001110 |
Color Harmonies of #BFC6CF
Complementary color
Monochromatic Colors of #BFC6CF
Black with #BFC6CF
Text Example
Text Example
White with #BFC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CF; }
p { color: rgb(191,198,207); }
H1.HeaderClassName
{
color: #BFC6CF;
}
.AnyTagClassName
{
color: #BFC6CF;
}
</style>
background-color css
<style>
a { background-color: #BFC6CF; }
a { background-color: rgb(191,198,207); }
div.DivClassName
{
background-color: #BFC6CF;
}
.BgClassName
{
background-color: #BFC6CF;
}
</style>
border-color css
<style>
span { border-color: #BFC6CF; }
span { border-color: rgb(191,198,207); }
td.TdClassName
{
border-color: #BFC6CF;
}
.TagClassName
{
border-color: #BFC6CF;
}
</style>