Shades of Spindle #BCC6CD
Tints of Spindle #BCC6CD
RGB
CMYK
RGB Variations
Color information
#BCC6CD (or 0xBCC6CD) is known color: Spindle. HEX triplet: BC, C6 and CD. RGB value is (188,198,205). Sum of RGB (Red+Green+Blue) = 188+198+205=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CD is #433932. Grayscale: #C3C3C3. Windows color (decimal): -4405555 or 13485756. OLE color: 13485756.
HSL color Cylindrical-coordinate representation of color #BCC6CD: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC6CD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 198 | 205 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.20 |
| HSL | 204.71º | 0.15% | 0.77% | - |
| HSV(B) | 204.71º | 0.08% | 0.8% | - |
| XYZ | 51.95 | 55.49 | 65.73 | - |
| YUV | 195.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 205 | 0.08 | 0.03 | 0 | 0.20 | 204.71 | 0.15 | 0.77 |
| Hex | BC | C6 | CD | 8 | 3 | 0 | 14 | CD | F | 4D |
| Octal | 274 | 306 | 315 | 10 | 3 | 0 | 24 | 315 | 17 | 115 |
| Binary | 10111100 | 11000110 | 11001101 | 1000 | 11 | 0 | 10100 | 11001101 | 1111 | 1001101 |
Color Harmonies of #BCC6CD
Complementary color
Monochromatic Colors of #BCC6CD
Black with #BCC6CD
Text Example
Text Example
White with #BCC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6CD; }
p { color: rgb(188,198,205); }
H1.HeaderClassName
{
color: #BCC6CD;
}
.AnyTagClassName
{
color: #BCC6CD;
}
</style>
background-color css
<style>
a { background-color: #BCC6CD; }
a { background-color: rgb(188,198,205); }
div.DivClassName
{
background-color: #BCC6CD;
}
.BgClassName
{
background-color: #BCC6CD;
}
</style>
border-color css
<style>
span { border-color: #BCC6CD; }
span { border-color: rgb(188,198,205); }
td.TdClassName
{
border-color: #BCC6CD;
}
.TagClassName
{
border-color: #BCC6CD;
}
</style>