Shades of Spindle #BFC5CB
Tints of Spindle #BFC5CB
RGB
CMYK
RGB Variations
Color information
#BFC5CB (or 0xBFC5CB) is known color: Spindle. HEX triplet: BF, C5 and CB. RGB value is (191,197,203). Sum of RGB (Red+Green+Blue) = 191+197+203=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5CB is #403A34. Grayscale: #C3C3C3. Windows color (decimal): -4209205 or 13354431. OLE color: 13354431.
HSL color Cylindrical-coordinate representation of color #BFC5CB: hue angle of 210º 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 #BFC5CB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 197 | 203 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.20 |
| HSL | 210º | 0.1% | 0.77% | - |
| HSV(B) | 210º | 0.06% | 0.8% | - |
| XYZ | 52.23 | 55.32 | 64.42 | - |
| YUV | 195.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 203 | 0.06 | 0.03 | 0 | 0.20 | 210 | 0.1 | 0.77 |
| Hex | BF | C5 | CB | 6 | 3 | 0 | 14 | D2 | A | 4D |
| Octal | 277 | 305 | 313 | 6 | 3 | 0 | 24 | 322 | 12 | 115 |
| Binary | 10111111 | 11000101 | 11001011 | 110 | 11 | 0 | 10100 | 11010010 | 1010 | 1001101 |
Color Harmonies of #BFC5CB
Complementary color
Monochromatic Colors of #BFC5CB
Black with #BFC5CB
Text Example
Text Example
White with #BFC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5CB; }
p { color: rgb(191,197,203); }
H1.HeaderClassName
{
color: #BFC5CB;
}
.AnyTagClassName
{
color: #BFC5CB;
}
</style>
background-color css
<style>
a { background-color: #BFC5CB; }
a { background-color: rgb(191,197,203); }
div.DivClassName
{
background-color: #BFC5CB;
}
.BgClassName
{
background-color: #BFC5CB;
}
</style>
border-color css
<style>
span { border-color: #BFC5CB; }
span { border-color: rgb(191,197,203); }
td.TdClassName
{
border-color: #BFC5CB;
}
.TagClassName
{
border-color: #BFC5CB;
}
</style>