Shades of Spindle #BFCBD6
Tints of Spindle #BFCBD6
RGB
CMYK
RGB Variations
Color information
#BFCBD6 (or 0xBFCBD6) is known color: Spindle. HEX triplet: BF, CB and D6. RGB value is (191,203,214). Sum of RGB (Red+Green+Blue) = 191+203+214=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD6 is #403429. Grayscale: #C8C8C8. Windows color (decimal): -4207658 or 14076863. OLE color: 14076863.
HSL color Cylindrical-coordinate representation of color #BFCBD6: hue angle of 208.7º 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 #BFCBD6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 203 | 214 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.16 |
| HSL | 208.7º | 0.22% | 0.79% | - |
| HSV(B) | 208.7º | 0.11% | 0.84% | - |
| XYZ | 54.98 | 58.64 | 72.04 | - |
| YUV | 200.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 214 | 0.11 | 0.05 | 0 | 0.16 | 208.7 | 0.22 | 0.79 |
| Hex | BF | CB | D6 | B | 5 | 0 | 10 | D1 | 16 | 4F |
| Octal | 277 | 313 | 326 | 13 | 5 | 0 | 20 | 321 | 26 | 117 |
| Binary | 10111111 | 11001011 | 11010110 | 1011 | 101 | 0 | 10000 | 11010001 | 10110 | 1001111 |
Color Harmonies of #BFCBD6
Complementary color
Monochromatic Colors of #BFCBD6
Black with #BFCBD6
Text Example
Text Example
White with #BFCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBD6; }
p { color: rgb(191,203,214); }
H1.HeaderClassName
{
color: #BFCBD6;
}
.AnyTagClassName
{
color: #BFCBD6;
}
</style>
background-color css
<style>
a { background-color: #BFCBD6; }
a { background-color: rgb(191,203,214); }
div.DivClassName
{
background-color: #BFCBD6;
}
.BgClassName
{
background-color: #BFCBD6;
}
</style>
border-color css
<style>
span { border-color: #BFCBD6; }
span { border-color: rgb(191,203,214); }
td.TdClassName
{
border-color: #BFCBD6;
}
.TagClassName
{
border-color: #BFCBD6;
}
</style>