Shades of Spindle #BCC0C5
Tints of Spindle #BCC0C5
RGB
CMYK
RGB Variations
Color information
#BCC0C5 (or 0xBCC0C5) is known color: Spindle. HEX triplet: BC, C0 and C5. RGB value is (188,192,197). Sum of RGB (Red+Green+Blue) = 188+192+197=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C5 is #433F3A. Grayscale: #BFBFBF. Windows color (decimal): -4407099 or 12959932. OLE color: 12959932.
HSL color Cylindrical-coordinate representation of color #BCC0C5: hue angle of 213.33º 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 #BCC0C5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 192 | 197 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.23 |
| HSL | 213.33º | 0.07% | 0.75% | - |
| HSV(B) | 213.33º | 0.05% | 0.77% | - |
| XYZ | 49.67 | 52.42 | 60.32 | - |
| YUV | 191.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 197 | 0.05 | 0.03 | 0 | 0.23 | 213.33 | 0.07 | 0.75 |
| Hex | BC | C0 | C5 | 5 | 3 | 0 | 17 | D5 | 7 | 4B |
| Octal | 274 | 300 | 305 | 5 | 3 | 0 | 27 | 325 | 7 | 113 |
| Binary | 10111100 | 11000000 | 11000101 | 101 | 11 | 0 | 10111 | 11010101 | 111 | 1001011 |
Color Harmonies of #BCC0C5
Complementary color
Monochromatic Colors of #BCC0C5
Black with #BCC0C5
Text Example
Text Example
White with #BCC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C5; }
p { color: rgb(188,192,197); }
H1.HeaderClassName
{
color: #BCC0C5;
}
.AnyTagClassName
{
color: #BCC0C5;
}
</style>
background-color css
<style>
a { background-color: #BCC0C5; }
a { background-color: rgb(188,192,197); }
div.DivClassName
{
background-color: #BCC0C5;
}
.BgClassName
{
background-color: #BCC0C5;
}
</style>
border-color css
<style>
span { border-color: #BCC0C5; }
span { border-color: rgb(188,192,197); }
td.TdClassName
{
border-color: #BCC0C5;
}
.TagClassName
{
border-color: #BCC0C5;
}
</style>