Shades of Spindle #BFC9CE
Tints of Spindle #BFC9CE
RGB
CMYK
RGB Variations
Color information
#BFC9CE (or 0xBFC9CE) is known color: Spindle. HEX triplet: BF, C9 and CE. RGB value is (191,201,206). Sum of RGB (Red+Green+Blue) = 191+201+206=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CE is #403631. Grayscale: #C6C6C6. Windows color (decimal): -4208178 or 13552063. OLE color: 13552063.
HSL color Cylindrical-coordinate representation of color #BFC9CE: hue angle of 200º 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 #BFC9CE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 201 | 206 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.19 |
| HSL | 200º | 0.13% | 0.78% | - |
| HSV(B) | 200º | 0.07% | 0.81% | - |
| XYZ | 53.51 | 57.31 | 66.63 | - |
| YUV | 198.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 206 | 0.07 | 0.02 | 0 | 0.19 | 200 | 0.13 | 0.78 |
| Hex | BF | C9 | CE | 7 | 2 | 0 | 13 | C8 | D | 4E |
| Octal | 277 | 311 | 316 | 7 | 2 | 0 | 23 | 310 | 15 | 116 |
| Binary | 10111111 | 11001001 | 11001110 | 111 | 10 | 0 | 10011 | 11001000 | 1101 | 1001110 |
Color Harmonies of #BFC9CE
Complementary color
Monochromatic Colors of #BFC9CE
Black with #BFC9CE
Text Example
Text Example
White with #BFC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9CE; }
p { color: rgb(191,201,206); }
H1.HeaderClassName
{
color: #BFC9CE;
}
.AnyTagClassName
{
color: #BFC9CE;
}
</style>
background-color css
<style>
a { background-color: #BFC9CE; }
a { background-color: rgb(191,201,206); }
div.DivClassName
{
background-color: #BFC9CE;
}
.BgClassName
{
background-color: #BFC9CE;
}
</style>
border-color css
<style>
span { border-color: #BFC9CE; }
span { border-color: rgb(191,201,206); }
td.TdClassName
{
border-color: #BFC9CE;
}
.TagClassName
{
border-color: #BFC9CE;
}
</style>