Shades of Spindle #BFC7CE
Tints of Spindle #BFC7CE
RGB
CMYK
RGB Variations
Color information
#BFC7CE (or 0xBFC7CE) is known color: Spindle. HEX triplet: BF, C7 and CE. RGB value is (191,199,206). Sum of RGB (Red+Green+Blue) = 191+199+206=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CE is #403831. Grayscale: #C5C5C5. Windows color (decimal): -4208690 or 13551551. OLE color: 13551551.
HSL color Cylindrical-coordinate representation of color #BFC7CE: hue angle of 208º 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 #BFC7CE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 199 | 206 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.19 |
| HSL | 208º | 0.13% | 0.78% | - |
| HSV(B) | 208º | 0.07% | 0.81% | - |
| XYZ | 53.05 | 56.38 | 66.48 | - |
| YUV | 197.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 206 | 0.07 | 0.03 | 0 | 0.19 | 208 | 0.13 | 0.78 |
| Hex | BF | C7 | CE | 7 | 3 | 0 | 13 | D0 | D | 4E |
| Octal | 277 | 307 | 316 | 7 | 3 | 0 | 23 | 320 | 15 | 116 |
| Binary | 10111111 | 11000111 | 11001110 | 111 | 11 | 0 | 10011 | 11010000 | 1101 | 1001110 |
Color Harmonies of #BFC7CE
Complementary color
Monochromatic Colors of #BFC7CE
Black with #BFC7CE
Text Example
Text Example
White with #BFC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7CE; }
p { color: rgb(191,199,206); }
H1.HeaderClassName
{
color: #BFC7CE;
}
.AnyTagClassName
{
color: #BFC7CE;
}
</style>
background-color css
<style>
a { background-color: #BFC7CE; }
a { background-color: rgb(191,199,206); }
div.DivClassName
{
background-color: #BFC7CE;
}
.BgClassName
{
background-color: #BFC7CE;
}
</style>
border-color css
<style>
span { border-color: #BFC7CE; }
span { border-color: rgb(191,199,206); }
td.TdClassName
{
border-color: #BFC7CE;
}
.TagClassName
{
border-color: #BFC7CE;
}
</style>