Shades of Spindle #BFC6CE
Tints of Spindle #BFC6CE
RGB
CMYK
RGB Variations
Color information
#BFC6CE (or 0xBFC6CE) is known color: Spindle. HEX triplet: BF, C6 and CE. RGB value is (191,198,206). Sum of RGB (Red+Green+Blue) = 191+198+206=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CE is #403931. Grayscale: #C4C4C4. Windows color (decimal): -4208946 or 13551295. OLE color: 13551295.
HSL color Cylindrical-coordinate representation of color #BFC6CE: hue angle of 212º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC6CE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 198 | 206 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.19 |
| HSL | 212º | 0.13% | 0.78% | - |
| HSV(B) | 212º | 0.07% | 0.81% | - |
| XYZ | 52.82 | 55.92 | 66.4 | - |
| YUV | 196.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 206 | 0.07 | 0.04 | 0 | 0.19 | 212 | 0.13 | 0.78 |
| Hex | BF | C6 | CE | 7 | 4 | 0 | 13 | D4 | D | 4E |
| Octal | 277 | 306 | 316 | 7 | 4 | 0 | 23 | 324 | 15 | 116 |
| Binary | 10111111 | 11000110 | 11001110 | 111 | 100 | 0 | 10011 | 11010100 | 1101 | 1001110 |
Color Harmonies of #BFC6CE
Complementary color
Monochromatic Colors of #BFC6CE
Black with #BFC6CE
Text Example
Text Example
White with #BFC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CE; }
p { color: rgb(191,198,206); }
H1.HeaderClassName
{
color: #BFC6CE;
}
.AnyTagClassName
{
color: #BFC6CE;
}
</style>
background-color css
<style>
a { background-color: #BFC6CE; }
a { background-color: rgb(191,198,206); }
div.DivClassName
{
background-color: #BFC6CE;
}
.BgClassName
{
background-color: #BFC6CE;
}
</style>
border-color css
<style>
span { border-color: #BFC6CE; }
span { border-color: rgb(191,198,206); }
td.TdClassName
{
border-color: #BFC6CE;
}
.TagClassName
{
border-color: #BFC6CE;
}
</style>