Shades of Spindle #BCC5CD
Tints of Spindle #BCC5CD
RGB
CMYK
RGB Variations
Color information
#BCC5CD (or 0xBCC5CD) is known color: Spindle. HEX triplet: BC, C5 and CD. RGB value is (188,197,205). Sum of RGB (Red+Green+Blue) = 188+197+205=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CD is #433A32. Grayscale: #C3C3C3. Windows color (decimal): -4405811 or 13485500. OLE color: 13485500.
HSL color Cylindrical-coordinate representation of color #BCC5CD: hue angle of 208.24º 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 #BCC5CD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 197 | 205 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.20 |
| HSL | 208.24º | 0.15% | 0.77% | - |
| HSV(B) | 208.24º | 0.08% | 0.8% | - |
| XYZ | 51.72 | 55.03 | 65.65 | - |
| YUV | 195.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 205 | 0.08 | 0.04 | 0 | 0.20 | 208.24 | 0.15 | 0.77 |
| Hex | BC | C5 | CD | 8 | 4 | 0 | 14 | D0 | F | 4D |
| Octal | 274 | 305 | 315 | 10 | 4 | 0 | 24 | 320 | 17 | 115 |
| Binary | 10111100 | 11000101 | 11001101 | 1000 | 100 | 0 | 10100 | 11010000 | 1111 | 1001101 |
Color Harmonies of #BCC5CD
Complementary color
Monochromatic Colors of #BCC5CD
Black with #BCC5CD
Text Example
Text Example
White with #BCC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5CD; }
p { color: rgb(188,197,205); }
H1.HeaderClassName
{
color: #BCC5CD;
}
.AnyTagClassName
{
color: #BCC5CD;
}
</style>
background-color css
<style>
a { background-color: #BCC5CD; }
a { background-color: rgb(188,197,205); }
div.DivClassName
{
background-color: #BCC5CD;
}
.BgClassName
{
background-color: #BCC5CD;
}
</style>
border-color css
<style>
span { border-color: #BCC5CD; }
span { border-color: rgb(188,197,205); }
td.TdClassName
{
border-color: #BCC5CD;
}
.TagClassName
{
border-color: #BCC5CD;
}
</style>