Shades of Spindle #BCBFC7
Tints of Spindle #BCBFC7
RGB
CMYK
RGB Variations
Color information
#BCBFC7 (or 0xBCBFC7) is known color: Spindle. HEX triplet: BC, BF and C7. RGB value is (188,191,199). Sum of RGB (Red+Green+Blue) = 188+191+199=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC7 is #434038. Grayscale: #BEBEBE. Windows color (decimal): -4407353 or 13090748. OLE color: 13090748.
HSL color Cylindrical-coordinate representation of color #BCBFC7: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBFC7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 191 | 199 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 223.64º | 0.09% | 0.76% | - |
| HSV(B) | 223.64º | 0.06% | 0.78% | - |
| XYZ | 49.68 | 52.08 | 61.47 | - |
| YUV | 191.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 199 | 0.06 | 0.04 | 0 | 0.22 | 223.64 | 0.09 | 0.76 |
| Hex | BC | BF | C7 | 6 | 4 | 0 | 16 | E0 | 9 | 4C |
| Octal | 274 | 277 | 307 | 6 | 4 | 0 | 26 | 340 | 11 | 114 |
| Binary | 10111100 | 10111111 | 11000111 | 110 | 100 | 0 | 10110 | 11100000 | 1001 | 1001100 |
Color Harmonies of #BCBFC7
Complementary color
Monochromatic Colors of #BCBFC7
Black with #BCBFC7
Text Example
Text Example
White with #BCBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFC7; }
p { color: rgb(188,191,199); }
H1.HeaderClassName
{
color: #BCBFC7;
}
.AnyTagClassName
{
color: #BCBFC7;
}
</style>
background-color css
<style>
a { background-color: #BCBFC7; }
a { background-color: rgb(188,191,199); }
div.DivClassName
{
background-color: #BCBFC7;
}
.BgClassName
{
background-color: #BCBFC7;
}
</style>
border-color css
<style>
span { border-color: #BCBFC7; }
span { border-color: rgb(188,191,199); }
td.TdClassName
{
border-color: #BCBFC7;
}
.TagClassName
{
border-color: #BCBFC7;
}
</style>