Shades of Spindle #BFC9CF
Tints of Spindle #BFC9CF
RGB
CMYK
RGB Variations
Color information
#BFC9CF (or 0xBFC9CF) is known color: Spindle. HEX triplet: BF, C9 and CF. RGB value is (191,201,207). Sum of RGB (Red+Green+Blue) = 191+201+207=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CF is #403630. Grayscale: #C6C6C6. Windows color (decimal): -4208177 or 13617599. OLE color: 13617599.
HSL color Cylindrical-coordinate representation of color #BFC9CF: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC9CF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 201 | 207 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.19 |
| HSL | 202.5º | 0.14% | 0.78% | - |
| HSV(B) | 202.5º | 0.08% | 0.81% | - |
| XYZ | 53.63 | 57.35 | 67.28 | - |
| YUV | 198.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 207 | 0.08 | 0.03 | 0 | 0.19 | 202.5 | 0.14 | 0.78 |
| Hex | BF | C9 | CF | 8 | 3 | 0 | 13 | CA | E | 4E |
| Octal | 277 | 311 | 317 | 10 | 3 | 0 | 23 | 312 | 16 | 116 |
| Binary | 10111111 | 11001001 | 11001111 | 1000 | 11 | 0 | 10011 | 11001010 | 1110 | 1001110 |
Color Harmonies of #BFC9CF
Complementary color
Monochromatic Colors of #BFC9CF
Black with #BFC9CF
Text Example
Text Example
White with #BFC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9CF; }
p { color: rgb(191,201,207); }
H1.HeaderClassName
{
color: #BFC9CF;
}
.AnyTagClassName
{
color: #BFC9CF;
}
</style>
background-color css
<style>
a { background-color: #BFC9CF; }
a { background-color: rgb(191,201,207); }
div.DivClassName
{
background-color: #BFC9CF;
}
.BgClassName
{
background-color: #BFC9CF;
}
</style>
border-color css
<style>
span { border-color: #BFC9CF; }
span { border-color: rgb(191,201,207); }
td.TdClassName
{
border-color: #BFC9CF;
}
.TagClassName
{
border-color: #BFC9CF;
}
</style>