Shades of Spindle #BFC4CB
Tints of Spindle #BFC4CB
RGB
CMYK
RGB Variations
Color information
#BFC4CB (or 0xBFC4CB) is known color: Spindle. HEX triplet: BF, C4 and CB. RGB value is (191,196,203). Sum of RGB (Red+Green+Blue) = 191+196+203=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CB is #403B34. Grayscale: #C3C3C3. Windows color (decimal): -4209461 or 13354175. OLE color: 13354175.
HSL color Cylindrical-coordinate representation of color #BFC4CB: hue angle of 215º 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 #BFC4CB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 196 | 203 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.20 |
| HSL | 215º | 0.1% | 0.77% | - |
| HSV(B) | 215º | 0.06% | 0.8% | - |
| XYZ | 52.01 | 54.87 | 64.35 | - |
| YUV | 195.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 203 | 0.06 | 0.03 | 0 | 0.20 | 215 | 0.1 | 0.77 |
| Hex | BF | C4 | CB | 6 | 3 | 0 | 14 | D7 | A | 4D |
| Octal | 277 | 304 | 313 | 6 | 3 | 0 | 24 | 327 | 12 | 115 |
| Binary | 10111111 | 11000100 | 11001011 | 110 | 11 | 0 | 10100 | 11010111 | 1010 | 1001101 |
Color Harmonies of #BFC4CB
Complementary color
Monochromatic Colors of #BFC4CB
Black with #BFC4CB
Text Example
Text Example
White with #BFC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4CB; }
p { color: rgb(191,196,203); }
H1.HeaderClassName
{
color: #BFC4CB;
}
.AnyTagClassName
{
color: #BFC4CB;
}
</style>
background-color css
<style>
a { background-color: #BFC4CB; }
a { background-color: rgb(191,196,203); }
div.DivClassName
{
background-color: #BFC4CB;
}
.BgClassName
{
background-color: #BFC4CB;
}
</style>
border-color css
<style>
span { border-color: #BFC4CB; }
span { border-color: rgb(191,196,203); }
td.TdClassName
{
border-color: #BFC4CB;
}
.TagClassName
{
border-color: #BFC4CB;
}
</style>