Shades of Spindle #BCC1C7
Tints of Spindle #BCC1C7
RGB
CMYK
RGB Variations
Color information
#BCC1C7 (or 0xBCC1C7) is known color: Spindle. HEX triplet: BC, C1 and C7. RGB value is (188,193,199). Sum of RGB (Red+Green+Blue) = 188+193+199=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C7 is #433E38. Grayscale: #C0C0C0. Windows color (decimal): -4406841 or 13091260. OLE color: 13091260.
HSL color Cylindrical-coordinate representation of color #BCC1C7: hue angle of 212.73º 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 #BCC1C7 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 193 | 199 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.22 |
| HSL | 212.73º | 0.09% | 0.76% | - |
| HSV(B) | 212.73º | 0.06% | 0.78% | - |
| XYZ | 50.12 | 52.95 | 61.61 | - |
| YUV | 192.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 199 | 0.06 | 0.03 | 0 | 0.22 | 212.73 | 0.09 | 0.76 |
| Hex | BC | C1 | C7 | 6 | 3 | 0 | 16 | D5 | 9 | 4C |
| Octal | 274 | 301 | 307 | 6 | 3 | 0 | 26 | 325 | 11 | 114 |
| Binary | 10111100 | 11000001 | 11000111 | 110 | 11 | 0 | 10110 | 11010101 | 1001 | 1001100 |
Color Harmonies of #BCC1C7
Complementary color
Monochromatic Colors of #BCC1C7
Black with #BCC1C7
Text Example
Text Example
White with #BCC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1C7; }
p { color: rgb(188,193,199); }
H1.HeaderClassName
{
color: #BCC1C7;
}
.AnyTagClassName
{
color: #BCC1C7;
}
</style>
background-color css
<style>
a { background-color: #BCC1C7; }
a { background-color: rgb(188,193,199); }
div.DivClassName
{
background-color: #BCC1C7;
}
.BgClassName
{
background-color: #BCC1C7;
}
</style>
border-color css
<style>
span { border-color: #BCC1C7; }
span { border-color: rgb(188,193,199); }
td.TdClassName
{
border-color: #BCC1C7;
}
.TagClassName
{
border-color: #BCC1C7;
}
</style>