Shades of Spindle #BCC6D0
Tints of Spindle #BCC6D0
RGB
CMYK
RGB Variations
Color information
#BCC6D0 (or 0xBCC6D0) is known color: Spindle. HEX triplet: BC, C6 and D0. RGB value is (188,198,208). Sum of RGB (Red+Green+Blue) = 188+198+208=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6D0 is #43392F. Grayscale: #C4C4C4. Windows color (decimal): -4405552 or 13682364. OLE color: 13682364.
HSL color Cylindrical-coordinate representation of color #BCC6D0: hue angle of 210º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC6D0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 198 | 208 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.18 |
| HSL | 210º | 0.18% | 0.78% | - |
| HSV(B) | 210º | 0.1% | 0.82% | - |
| XYZ | 52.32 | 55.63 | 67.66 | - |
| YUV | 196.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 208 | 0.10 | 0.05 | 0 | 0.18 | 210 | 0.18 | 0.78 |
| Hex | BC | C6 | D0 | A | 5 | 0 | 12 | D2 | 12 | 4E |
| Octal | 274 | 306 | 320 | 12 | 5 | 0 | 22 | 322 | 22 | 116 |
| Binary | 10111100 | 11000110 | 11010000 | 1010 | 101 | 0 | 10010 | 11010010 | 10010 | 1001110 |
Color Harmonies of #BCC6D0
Complementary color
Monochromatic Colors of #BCC6D0
Black with #BCC6D0
Text Example
Text Example
White with #BCC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6D0; }
p { color: rgb(188,198,208); }
H1.HeaderClassName
{
color: #BCC6D0;
}
.AnyTagClassName
{
color: #BCC6D0;
}
</style>
background-color css
<style>
a { background-color: #BCC6D0; }
a { background-color: rgb(188,198,208); }
div.DivClassName
{
background-color: #BCC6D0;
}
.BgClassName
{
background-color: #BCC6D0;
}
</style>
border-color css
<style>
span { border-color: #BCC6D0; }
span { border-color: rgb(188,198,208); }
td.TdClassName
{
border-color: #BCC6D0;
}
.TagClassName
{
border-color: #BCC6D0;
}
</style>