Shades of Spindle #BFC4CA
Tints of Spindle #BFC4CA
RGB
CMYK
RGB Variations
Color information
#BFC4CA (or 0xBFC4CA) is known color: Spindle. HEX triplet: BF, C4 and CA. RGB value is (191,196,202). Sum of RGB (Red+Green+Blue) = 191+196+202=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CA is #403B35. Grayscale: #C3C3C3. Windows color (decimal): -4209462 or 13288639. OLE color: 13288639.
HSL color Cylindrical-coordinate representation of color #BFC4CA: hue angle of 212.73º 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 #BFC4CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 196 | 202 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.21 |
| HSL | 212.73º | 0.09% | 0.77% | - |
| HSV(B) | 212.73º | 0.05% | 0.79% | - |
| XYZ | 51.89 | 54.82 | 63.72 | - |
| YUV | 195.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 202 | 0.05 | 0.03 | 0 | 0.21 | 212.73 | 0.09 | 0.77 |
| Hex | BF | C4 | CA | 5 | 3 | 0 | 15 | D5 | 9 | 4D |
| Octal | 277 | 304 | 312 | 5 | 3 | 0 | 25 | 325 | 11 | 115 |
| Binary | 10111111 | 11000100 | 11001010 | 101 | 11 | 0 | 10101 | 11010101 | 1001 | 1001101 |
Color Harmonies of #BFC4CA
Complementary color
Monochromatic Colors of #BFC4CA
Black with #BFC4CA
Text Example
Text Example
White with #BFC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4CA; }
p { color: rgb(191,196,202); }
H1.HeaderClassName
{
color: #BFC4CA;
}
.AnyTagClassName
{
color: #BFC4CA;
}
</style>
background-color css
<style>
a { background-color: #BFC4CA; }
a { background-color: rgb(191,196,202); }
div.DivClassName
{
background-color: #BFC4CA;
}
.BgClassName
{
background-color: #BFC4CA;
}
</style>
border-color css
<style>
span { border-color: #BFC4CA; }
span { border-color: rgb(191,196,202); }
td.TdClassName
{
border-color: #BFC4CA;
}
.TagClassName
{
border-color: #BFC4CA;
}
</style>