Shades of Spindle #BFCFD7
Tints of Spindle #BFCFD7
RGB
CMYK
RGB Variations
Color information
#BFCFD7 (or 0xBFCFD7) is known color: Spindle. HEX triplet: BF, CF and D7. RGB value is (191,207,215). Sum of RGB (Red+Green+Blue) = 191+207+215=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD7 is #403028. Grayscale: #CBCBCB. Windows color (decimal): -4206633 or 14143423. OLE color: 14143423.
HSL color Cylindrical-coordinate representation of color #BFCFD7: hue angle of 200º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCFD7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 207 | 215 | - |
CMYK | 0.11 | 0.04 | 0 | 0.16 |
HSL | 200º | 0.23% | 0.8% | - |
HSV(B) | 200º | 0.11% | 0.84% | - |
XYZ | 56.06 | 60.61 | 73.03 | - |
YUV | 203.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 207 | 215 | 0.11 | 0.04 | 0 | 0.16 | 200 | 0.23 | 0.8 |
Hex | BF | CF | D7 | B | 4 | 0 | 10 | C8 | 17 | 50 |
Octal | 277 | 317 | 327 | 13 | 4 | 0 | 20 | 310 | 27 | 120 |
Binary | 10111111 | 11001111 | 11010111 | 1011 | 100 | 0 | 10000 | 11001000 | 10111 | 1010000 |
Color Harmonies of #BFCFD7
Complementary color
Monochromatic Colors of #BFCFD7
Black with #BFCFD7
Text Example
Text Example
White with #BFCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD7; }
p { color: rgb(191,207,215); }
H1.HeaderClassName
{
color: #BFCFD7;
}
.AnyTagClassName
{
color: #BFCFD7;
}
</style>
background-color css
<style>
a { background-color: #BFCFD7; }
a { background-color: rgb(191,207,215); }
div.DivClassName
{
background-color: #BFCFD7;
}
.BgClassName
{
background-color: #BFCFD7;
}
</style>
border-color css
<style>
span { border-color: #BFCFD7; }
span { border-color: rgb(191,207,215); }
td.TdClassName
{
border-color: #BFCFD7;
}
.TagClassName
{
border-color: #BFCFD7;
}
</style>