Shades of Spindle #BFCDD7
Tints of Spindle #BFCDD7
RGB
CMYK
RGB Variations
Color information
#BFCDD7 (or 0xBFCDD7) is known color: Spindle. HEX triplet: BF, CD and D7. RGB value is (191,205,215). Sum of RGB (Red+Green+Blue) = 191+205+215=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD7 is #403228. Grayscale: #C9C9C9. Windows color (decimal): -4207145 or 14142911. OLE color: 14142911.
HSL color Cylindrical-coordinate representation of color #BFCDD7: hue angle of 205º 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 #BFCDD7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 205 | 215 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.16 |
| HSL | 205º | 0.23% | 0.8% | - |
| HSV(B) | 205º | 0.11% | 0.84% | - |
| XYZ | 55.58 | 59.65 | 72.87 | - |
| YUV | 201.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 215 | 0.11 | 0.05 | 0 | 0.16 | 205 | 0.23 | 0.8 |
| Hex | BF | CD | D7 | B | 5 | 0 | 10 | CD | 17 | 50 |
| Octal | 277 | 315 | 327 | 13 | 5 | 0 | 20 | 315 | 27 | 120 |
| Binary | 10111111 | 11001101 | 11010111 | 1011 | 101 | 0 | 10000 | 11001101 | 10111 | 1010000 |
Color Harmonies of #BFCDD7
Complementary color
Monochromatic Colors of #BFCDD7
Black with #BFCDD7
Text Example
Text Example
White with #BFCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDD7; }
p { color: rgb(191,205,215); }
H1.HeaderClassName
{
color: #BFCDD7;
}
.AnyTagClassName
{
color: #BFCDD7;
}
</style>
background-color css
<style>
a { background-color: #BFCDD7; }
a { background-color: rgb(191,205,215); }
div.DivClassName
{
background-color: #BFCDD7;
}
.BgClassName
{
background-color: #BFCDD7;
}
</style>
border-color css
<style>
span { border-color: #BFCDD7; }
span { border-color: rgb(191,205,215); }
td.TdClassName
{
border-color: #BFCDD7;
}
.TagClassName
{
border-color: #BFCDD7;
}
</style>