Shades of Spindle #BFCFD6
Tints of Spindle #BFCFD6
RGB
CMYK
RGB Variations
Color information
#BFCFD6 (or 0xBFCFD6) is known color: Spindle. HEX triplet: BF, CF and D6. RGB value is (191,207,214). Sum of RGB (Red+Green+Blue) = 191+207+214=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD6 is #403029. Grayscale: #CACACA. Windows color (decimal): -4206634 or 14077887. OLE color: 14077887.
HSL color Cylindrical-coordinate representation of color #BFCFD6: hue angle of 198.26º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCFD6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 207 | 214 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.16 |
| HSL | 198.26º | 0.22% | 0.79% | - |
| HSV(B) | 198.26º | 0.11% | 0.84% | - |
| XYZ | 55.94 | 60.56 | 72.36 | - |
| YUV | 203.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 214 | 0.11 | 0.03 | 0 | 0.16 | 198.26 | 0.22 | 0.79 |
| Hex | BF | CF | D6 | B | 3 | 0 | 10 | C6 | 16 | 4F |
| Octal | 277 | 317 | 326 | 13 | 3 | 0 | 20 | 306 | 26 | 117 |
| Binary | 10111111 | 11001111 | 11010110 | 1011 | 11 | 0 | 10000 | 11000110 | 10110 | 1001111 |
Color Harmonies of #BFCFD6
Complementary color
Monochromatic Colors of #BFCFD6
Black with #BFCFD6
Text Example
Text Example
White with #BFCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD6; }
p { color: rgb(191,207,214); }
H1.HeaderClassName
{
color: #BFCFD6;
}
.AnyTagClassName
{
color: #BFCFD6;
}
</style>
background-color css
<style>
a { background-color: #BFCFD6; }
a { background-color: rgb(191,207,214); }
div.DivClassName
{
background-color: #BFCFD6;
}
.BgClassName
{
background-color: #BFCFD6;
}
</style>
border-color css
<style>
span { border-color: #BFCFD6; }
span { border-color: rgb(191,207,214); }
td.TdClassName
{
border-color: #BFCFD6;
}
.TagClassName
{
border-color: #BFCFD6;
}
</style>