Shades of Spindle #BFC6CB
Tints of Spindle #BFC6CB
RGB
CMYK
RGB Variations
Color information
#BFC6CB (or 0xBFC6CB) is known color: Spindle. HEX triplet: BF, C6 and CB. RGB value is (191,198,203). Sum of RGB (Red+Green+Blue) = 191+198+203=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CB is #403934. Grayscale: #C4C4C4. Windows color (decimal): -4208949 or 13354687. OLE color: 13354687.
HSL color Cylindrical-coordinate representation of color #BFC6CB: hue angle of 205º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC6CB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 198 | 203 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.20 |
| HSL | 205º | 0.1% | 0.77% | - |
| HSV(B) | 205º | 0.06% | 0.8% | - |
| XYZ | 52.46 | 55.78 | 64.5 | - |
| YUV | 196.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 203 | 0.06 | 0.02 | 0 | 0.20 | 205 | 0.1 | 0.77 |
| Hex | BF | C6 | CB | 6 | 2 | 0 | 14 | CD | A | 4D |
| Octal | 277 | 306 | 313 | 6 | 2 | 0 | 24 | 315 | 12 | 115 |
| Binary | 10111111 | 11000110 | 11001011 | 110 | 10 | 0 | 10100 | 11001101 | 1010 | 1001101 |
Color Harmonies of #BFC6CB
Complementary color
Monochromatic Colors of #BFC6CB
Black with #BFC6CB
Text Example
Text Example
White with #BFC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CB; }
p { color: rgb(191,198,203); }
H1.HeaderClassName
{
color: #BFC6CB;
}
.AnyTagClassName
{
color: #BFC6CB;
}
</style>
background-color css
<style>
a { background-color: #BFC6CB; }
a { background-color: rgb(191,198,203); }
div.DivClassName
{
background-color: #BFC6CB;
}
.BgClassName
{
background-color: #BFC6CB;
}
</style>
border-color css
<style>
span { border-color: #BFC6CB; }
span { border-color: rgb(191,198,203); }
td.TdClassName
{
border-color: #BFC6CB;
}
.TagClassName
{
border-color: #BFC6CB;
}
</style>