Shades of Spindle #BFCDD6
Tints of Spindle #BFCDD6
RGB
CMYK
RGB Variations
Color information
#BFCDD6 (or 0xBFCDD6) is known color: Spindle. HEX triplet: BF, CD and D6. RGB value is (191,205,214). Sum of RGB (Red+Green+Blue) = 191+205+214=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD6 is #403229. Grayscale: #C9C9C9. Windows color (decimal): -4207146 or 14077375. OLE color: 14077375.
HSL color Cylindrical-coordinate representation of color #BFCDD6: hue angle of 203.48º 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 #BFCDD6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 205 | 214 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.16 |
| HSL | 203.48º | 0.22% | 0.79% | - |
| HSV(B) | 203.48º | 0.11% | 0.84% | - |
| XYZ | 55.45 | 59.59 | 72.2 | - |
| YUV | 201.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 214 | 0.11 | 0.04 | 0 | 0.16 | 203.48 | 0.22 | 0.79 |
| Hex | BF | CD | D6 | B | 4 | 0 | 10 | CB | 16 | 4F |
| Octal | 277 | 315 | 326 | 13 | 4 | 0 | 20 | 313 | 26 | 117 |
| Binary | 10111111 | 11001101 | 11010110 | 1011 | 100 | 0 | 10000 | 11001011 | 10110 | 1001111 |
Color Harmonies of #BFCDD6
Complementary color
Monochromatic Colors of #BFCDD6
Black with #BFCDD6
Text Example
Text Example
White with #BFCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDD6; }
p { color: rgb(191,205,214); }
H1.HeaderClassName
{
color: #BFCDD6;
}
.AnyTagClassName
{
color: #BFCDD6;
}
</style>
background-color css
<style>
a { background-color: #BFCDD6; }
a { background-color: rgb(191,205,214); }
div.DivClassName
{
background-color: #BFCDD6;
}
.BgClassName
{
background-color: #BFCDD6;
}
</style>
border-color css
<style>
span { border-color: #BFCDD6; }
span { border-color: rgb(191,205,214); }
td.TdClassName
{
border-color: #BFCDD6;
}
.TagClassName
{
border-color: #BFCDD6;
}
</style>