Shades of Spindle #BFC8CE
Tints of Spindle #BFC8CE
RGB
CMYK
RGB Variations
Color information
#BFC8CE (or 0xBFC8CE) is known color: Spindle. HEX triplet: BF, C8 and CE. RGB value is (191,200,206). Sum of RGB (Red+Green+Blue) = 191+200+206=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CE is #403731. Grayscale: #C5C5C5. Windows color (decimal): -4208434 or 13551807. OLE color: 13551807.
HSL color Cylindrical-coordinate representation of color #BFC8CE: hue angle of 204º 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 #BFC8CE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 200 | 206 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.19 |
| HSL | 204º | 0.13% | 0.78% | - |
| HSV(B) | 204º | 0.07% | 0.81% | - |
| XYZ | 53.28 | 56.84 | 66.56 | - |
| YUV | 197.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 206 | 0.07 | 0.03 | 0 | 0.19 | 204 | 0.13 | 0.78 |
| Hex | BF | C8 | CE | 7 | 3 | 0 | 13 | CC | D | 4E |
| Octal | 277 | 310 | 316 | 7 | 3 | 0 | 23 | 314 | 15 | 116 |
| Binary | 10111111 | 11001000 | 11001110 | 111 | 11 | 0 | 10011 | 11001100 | 1101 | 1001110 |
Color Harmonies of #BFC8CE
Complementary color
Monochromatic Colors of #BFC8CE
Black with #BFC8CE
Text Example
Text Example
White with #BFC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8CE; }
p { color: rgb(191,200,206); }
H1.HeaderClassName
{
color: #BFC8CE;
}
.AnyTagClassName
{
color: #BFC8CE;
}
</style>
background-color css
<style>
a { background-color: #BFC8CE; }
a { background-color: rgb(191,200,206); }
div.DivClassName
{
background-color: #BFC8CE;
}
.BgClassName
{
background-color: #BFC8CE;
}
</style>
border-color css
<style>
span { border-color: #BFC8CE; }
span { border-color: rgb(191,200,206); }
td.TdClassName
{
border-color: #BFC8CE;
}
.TagClassName
{
border-color: #BFC8CE;
}
</style>