Shades of Spindle #BCC0C7
Tints of Spindle #BCC0C7
RGB
CMYK
RGB Variations
Color information
#BCC0C7 (or 0xBCC0C7) is known color: Spindle. HEX triplet: BC, C0 and C7. RGB value is (188,192,199). Sum of RGB (Red+Green+Blue) = 188+192+199=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C7 is #433F38. Grayscale: #BFBFBF. Windows color (decimal): -4407097 or 13091004. OLE color: 13091004.
HSL color Cylindrical-coordinate representation of color #BCC0C7: hue angle of 218.18º 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 #BCC0C7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 192 | 199 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 218.18º | 0.09% | 0.76% | - |
| HSV(B) | 218.18º | 0.06% | 0.78% | - |
| XYZ | 49.9 | 52.51 | 61.54 | - |
| YUV | 191.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 199 | 0.06 | 0.04 | 0 | 0.22 | 218.18 | 0.09 | 0.76 |
| Hex | BC | C0 | C7 | 6 | 4 | 0 | 16 | DA | 9 | 4C |
| Octal | 274 | 300 | 307 | 6 | 4 | 0 | 26 | 332 | 11 | 114 |
| Binary | 10111100 | 11000000 | 11000111 | 110 | 100 | 0 | 10110 | 11011010 | 1001 | 1001100 |
Color Harmonies of #BCC0C7
Complementary color
Monochromatic Colors of #BCC0C7
Black with #BCC0C7
Text Example
Text Example
White with #BCC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C7; }
p { color: rgb(188,192,199); }
H1.HeaderClassName
{
color: #BCC0C7;
}
.AnyTagClassName
{
color: #BCC0C7;
}
</style>
background-color css
<style>
a { background-color: #BCC0C7; }
a { background-color: rgb(188,192,199); }
div.DivClassName
{
background-color: #BCC0C7;
}
.BgClassName
{
background-color: #BCC0C7;
}
</style>
border-color css
<style>
span { border-color: #BCC0C7; }
span { border-color: rgb(188,192,199); }
td.TdClassName
{
border-color: #BCC0C7;
}
.TagClassName
{
border-color: #BCC0C7;
}
</style>