Shades of Spindle #BFCFD9
Tints of Spindle #BFCFD9
RGB
CMYK
RGB Variations
Color information
#BFCFD9 (or 0xBFCFD9) is known color: Spindle. HEX triplet: BF, CF and D9. RGB value is (191,207,217). Sum of RGB (Red+Green+Blue) = 191+207+217=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD9 is #403026. Grayscale: #CBCBCB. Windows color (decimal): -4206631 or 14274495. OLE color: 14274495.
HSL color Cylindrical-coordinate representation of color #BFCFD9: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCFD9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 207 | 217 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.15 |
| HSL | 203.08º | 0.25% | 0.8% | - |
| HSV(B) | 203.08º | 0.12% | 0.85% | - |
| XYZ | 56.32 | 60.71 | 74.4 | - |
| YUV | 203.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 217 | 0.12 | 0.05 | 0 | 0.15 | 203.08 | 0.25 | 0.8 |
| Hex | BF | CF | D9 | C | 5 | 0 | F | CB | 19 | 50 |
| Octal | 277 | 317 | 331 | 14 | 5 | 0 | 17 | 313 | 31 | 120 |
| Binary | 10111111 | 11001111 | 11011001 | 1100 | 101 | 0 | 1111 | 11001011 | 11001 | 1010000 |
Color Harmonies of #BFCFD9
Complementary color
Monochromatic Colors of #BFCFD9
Black with #BFCFD9
Text Example
Text Example
White with #BFCFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD9; }
p { color: rgb(191,207,217); }
H1.HeaderClassName
{
color: #BFCFD9;
}
.AnyTagClassName
{
color: #BFCFD9;
}
</style>
background-color css
<style>
a { background-color: #BFCFD9; }
a { background-color: rgb(191,207,217); }
div.DivClassName
{
background-color: #BFCFD9;
}
.BgClassName
{
background-color: #BFCFD9;
}
</style>
border-color css
<style>
span { border-color: #BFCFD9; }
span { border-color: rgb(191,207,217); }
td.TdClassName
{
border-color: #BFCFD9;
}
.TagClassName
{
border-color: #BFCFD9;
}
</style>