Shades of Spindle #BFC5CA
Tints of Spindle #BFC5CA
RGB
CMYK
RGB Variations
Color information
#BFC5CA (or 0xBFC5CA) is known color: Spindle. HEX triplet: BF, C5 and CA. RGB value is (191,197,202). Sum of RGB (Red+Green+Blue) = 191+197+202=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5CA is #403A35. Grayscale: #C3C3C3. Windows color (decimal): -4209206 or 13288895. OLE color: 13288895.
HSL color Cylindrical-coordinate representation of color #BFC5CA: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC5CA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 197 | 202 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.21 |
| HSL | 207.27º | 0.09% | 0.77% | - |
| HSV(B) | 207.27º | 0.05% | 0.79% | - |
| XYZ | 52.11 | 55.27 | 63.8 | - |
| YUV | 195.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 202 | 0.05 | 0.02 | 0 | 0.21 | 207.27 | 0.09 | 0.77 |
| Hex | BF | C5 | CA | 5 | 2 | 0 | 15 | CF | 9 | 4D |
| Octal | 277 | 305 | 312 | 5 | 2 | 0 | 25 | 317 | 11 | 115 |
| Binary | 10111111 | 11000101 | 11001010 | 101 | 10 | 0 | 10101 | 11001111 | 1001 | 1001101 |
Color Harmonies of #BFC5CA
Complementary color
Monochromatic Colors of #BFC5CA
Black with #BFC5CA
Text Example
Text Example
White with #BFC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5CA; }
p { color: rgb(191,197,202); }
H1.HeaderClassName
{
color: #BFC5CA;
}
.AnyTagClassName
{
color: #BFC5CA;
}
</style>
background-color css
<style>
a { background-color: #BFC5CA; }
a { background-color: rgb(191,197,202); }
div.DivClassName
{
background-color: #BFC5CA;
}
.BgClassName
{
background-color: #BFC5CA;
}
</style>
border-color css
<style>
span { border-color: #BFC5CA; }
span { border-color: rgb(191,197,202); }
td.TdClassName
{
border-color: #BFC5CA;
}
.TagClassName
{
border-color: #BFC5CA;
}
</style>