Shades of Spindle #BCBFC5
Tints of Spindle #BCBFC5
RGB
CMYK
RGB Variations
Color information
#BCBFC5 (or 0xBCBFC5) is known color: Spindle. HEX triplet: BC, BF and C5. RGB value is (188,191,197). Sum of RGB (Red+Green+Blue) = 188+191+197=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC5 is #43403A. Grayscale: #BEBEBE. Windows color (decimal): -4407355 or 12959676. OLE color: 12959676.
HSL color Cylindrical-coordinate representation of color #BCBFC5: hue angle of 220º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBFC5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 191 | 197 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.23 |
| HSL | 220º | 0.07% | 0.75% | - |
| HSV(B) | 220º | 0.05% | 0.77% | - |
| XYZ | 49.45 | 51.98 | 60.25 | - |
| YUV | 190.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 197 | 0.05 | 0.03 | 0 | 0.23 | 220 | 0.07 | 0.75 |
| Hex | BC | BF | C5 | 5 | 3 | 0 | 17 | DC | 7 | 4B |
| Octal | 274 | 277 | 305 | 5 | 3 | 0 | 27 | 334 | 7 | 113 |
| Binary | 10111100 | 10111111 | 11000101 | 101 | 11 | 0 | 10111 | 11011100 | 111 | 1001011 |
Color Harmonies of #BCBFC5
Complementary color
Monochromatic Colors of #BCBFC5
Black with #BCBFC5
Text Example
Text Example
White with #BCBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFC5; }
p { color: rgb(188,191,197); }
H1.HeaderClassName
{
color: #BCBFC5;
}
.AnyTagClassName
{
color: #BCBFC5;
}
</style>
background-color css
<style>
a { background-color: #BCBFC5; }
a { background-color: rgb(188,191,197); }
div.DivClassName
{
background-color: #BCBFC5;
}
.BgClassName
{
background-color: #BCBFC5;
}
</style>
border-color css
<style>
span { border-color: #BCBFC5; }
span { border-color: rgb(188,191,197); }
td.TdClassName
{
border-color: #BCBFC5;
}
.TagClassName
{
border-color: #BCBFC5;
}
</style>